Skip to content
This repository has been archived by the owner on Oct 5, 2021. It is now read-only.

Commit

Permalink
Merge branch 'master' of https://github.com/wso2/product-emm
Browse files Browse the repository at this point in the history
  • Loading branch information
harshanL committed Nov 25, 2016
2 parents be4ffda + 9215bea commit 3ae6d71
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ public class FCMMessagingService extends FirebaseMessagingService {
@Override
public void onMessageReceived(RemoteMessage message){
Context context = this.getApplicationContext();
Log.d(TAG, "New FCM notification.");
MessageProcessor messageProcessor = new MessageProcessor(context);
try {
messageProcessor.getMessages();
Expand Down

0 comments on commit 3ae6d71

Please sign in to comment.