From c441c17dacfe844153dcd065b707be5cb8399942 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 1bf23c5..8799913 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, );