From 41b398c87e0b7f53d0924ff023da3999991e850a Mon Sep 17 00:00:00 2001 From: Krille Fear Date: Tue, 26 Oct 2021 20:44:23 +0200 Subject: [PATCH] fix: Patch --- scripts/enable-android-google-services.patch | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/scripts/enable-android-google-services.patch b/scripts/enable-android-google-services.patch index 1b586f8c..f321b99b 100644 --- a/scripts/enable-android-google-services.patch +++ b/scripts/enable-android-google-services.patch @@ -65,20 +65,19 @@ index 4ce5c41d..be58d662 100644 } diff --git a/lib/utils/background_push.dart b/lib/utils/background_push.dart -index baf2b444..306da934 100644 +index ca660845..306da934 100644 --- a/lib/utils/background_push.dart +++ b/lib/utils/background_push.dart -@@ -39,8 +39,7 @@ import 'famedlysdk_store.dart'; +@@ -39,7 +39,7 @@ import 'famedlysdk_store.dart'; import 'matrix_sdk_extensions.dart/matrix_locals.dart'; import 'platform_infos.dart'; -//import 'package:fcm_shared_isolate/fcm_shared_isolate.dart'; -- +import 'package:fcm_shared_isolate/fcm_shared_isolate.dart'; class NoTokenException implements Exception { String get cause => 'Cannot get firebase token'; -@@ -117,7 +116,7 @@ class BackgroundPush { +@@ -116,7 +116,7 @@ class BackgroundPush { setupPush(); }