Skip to content

Commit

Permalink
Fix breaking changes from FCM SDK update
Browse files Browse the repository at this point in the history
  • Loading branch information
jonalmeida committed Dec 3, 2020
1 parent ea9f692 commit c99b215
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class FirebasePushService : LeanplumPushFirebaseMessagingService(),
super.onNewToken(newToken)
}

override fun onMessageReceived(remoteMessage: RemoteMessage?) {
override fun onMessageReceived(remoteMessage: RemoteMessage) {
AutoPushService.onMessageReceived(remoteMessage)
super.onMessageReceived(remoteMessage)
}
Expand Down

0 comments on commit c99b215

Please sign in to comment.