From 16908390dcd676dacb06ea209bc399b4de6f6688 Mon Sep 17 00:00:00 2001 From: Christian Pauly Date: Wed, 13 May 2020 11:03:16 +0200 Subject: [PATCH] Show rich notifications on background --- lib/utils/firebase_controller.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/utils/firebase_controller.dart b/lib/utils/firebase_controller.dart index 1bf23c5fc..8799913bf 100644 --- a/lib/utils/firebase_controller.dart +++ b/lib/utils/firebase_controller.dart @@ -117,7 +117,7 @@ abstract class FirebaseController { _firebaseMessaging.configure( onMessage: _onMessage, - onBackgroundMessage: _showDefaultNotification, + onBackgroundMessage: _onMessage, onResume: goToRoom, onLaunch: goToRoom, );