Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aikei committed May 9, 2018
1 parent 99bfa58 commit 5ad5c2d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/android/FirebasePluginMessagingService.java
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ private void sendNotification(String id, String title, String messageBody, Map<S
.setSound(defaultSoundUri)
.setContentIntent(pendingIntent)
.setPriority(NotificationCompat.PRIORITY_MAX);
;

int resID = getResources().getIdentifier("notification_icon", "drawable", getPackageName());
if (resID != 0) {
Expand Down

0 comments on commit 5ad5c2d

Please sign in to comment.