android-kotlin-notifications icon indicating copy to clipboard operation
android-kotlin-notifications copied to clipboard

Fix override method signatures in MyFirebaseMessagingService

Open khufdev opened this issue 5 years ago • 0 comments

The class contained in the file MyFirebaseMessagingService.kt no longer overrides the methods in the superclass, FirebaseMessagingService, properly. In particular, the parameters passed into onMessageReceived() and onNewToken() are both non-nullable now (so the ?'s should be removed).

khufdev avatar Nov 07 '19 22:11 khufdev