mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-27 23:09:35 +01:00
Show rich notifications on background
This commit is contained in:
parent
704dd7cdb6
commit
c441c17dac
@ -117,7 +117,7 @@ abstract class FirebaseController {
|
||||
|
||||
_firebaseMessaging.configure(
|
||||
onMessage: _onMessage,
|
||||
onBackgroundMessage: _showDefaultNotification,
|
||||
onBackgroundMessage: _onMessage,
|
||||
onResume: goToRoom,
|
||||
onLaunch: goToRoom,
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user