Fix push notification bindings
This commit is contained in:
parent
de8de61b2e
commit
badd8aa8a1
6 changed files with 13 additions and 7 deletions
|
|
@ -29,7 +29,7 @@ class VectorFirebaseMessagingService : FirebaseMessagingService() {
|
|||
|
||||
override fun onCreate() {
|
||||
super.onCreate()
|
||||
applicationContext.bindings<VectorFirebaseMessagingServiceBindings>().inject(this)
|
||||
bindings<VectorFirebaseMessagingServiceBindings>().inject(this)
|
||||
}
|
||||
|
||||
override fun onNewToken(token: String) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue