Skip to content

Commit

Permalink
Update NotificationReturnSlot.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Hannes Sverrisson authored Dec 18, 2018
1 parent 8637c20 commit 98dc0bd
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ public class NotificationReturnSlot extends BroadcastReceiver {

@Override
public void onReceive(Context context, Intent intent) {

Log.i("Debug", "Recieved event: " + intent.getAction().toString());
switch (intent.getAction()) {
case "dismiss":
MediaNotificationPlugin.callEvent("dismiss");
Expand Down Expand Up @@ -51,4 +49,4 @@ public void onReceive(Context context, Intent intent) {
break;
}
}
}
}

0 comments on commit 98dc0bd

Please sign in to comment.