Skip to content

Commit

Permalink
Fix Syntax..
Browse files Browse the repository at this point in the history
  • Loading branch information
coman3 committed Oct 28, 2016
1 parent 505e648 commit 1cb25a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/android/FirebasePluginMessagingService.java
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public void onMessageReceived(RemoteMessage remoteMessage) {
for (String key : data.keySet()) {
bundle.putString(key, data.get(key));
}
FirebasePlugin.receiveNotification(bundle)
FirebasePlugin.receiveNotification(bundle);
}

}
Expand Down

0 comments on commit 1cb25a8

Please sign in to comment.