Show rich notifications on background

This commit is contained in:
Christian Pauly 2020-05-13 11:03:16 +02:00
parent 704dd7cdb6
commit c441c17dac
1 changed files with 1 additions and 1 deletions

View File

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