diff --git a/scripts/enable-android-google-services.patch b/scripts/enable-android-google-services.patch index 1b586f8ce..f321b99bd 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(); }