Show rich notifications on background

This commit is contained in:
Christian Pauly 2020-05-13 11:03:16 +02:00
parent b3405d2b2c
commit 16908390dc

View file

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