Show rich notifications on background

onboarding
Christian Pauly 5 years ago
parent b3405d2b2c
commit 16908390dc

@ -117,7 +117,7 @@ abstract class FirebaseController {
_firebaseMessaging.configure(
onMessage: _onMessage,
onBackgroundMessage: _showDefaultNotification,
onBackgroundMessage: _onMessage,
onResume: goToRoom,
onLaunch: goToRoom,
);

Loading…
Cancel
Save