mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-19 10:39:26 +01:00
fix: Patch
This commit is contained in:
parent
fcd849b7cd
commit
6b68020857
@ -65,20 +65,19 @@ index 4ce5c41d..be58d662 100644
|
|||||||
}
|
}
|
||||||
|
|
||||||
diff --git a/lib/utils/background_push.dart b/lib/utils/background_push.dart
|
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
|
--- a/lib/utils/background_push.dart
|
||||||
+++ b/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 'matrix_sdk_extensions.dart/matrix_locals.dart';
|
||||||
import 'platform_infos.dart';
|
import 'platform_infos.dart';
|
||||||
|
|
||||||
-//import 'package:fcm_shared_isolate/fcm_shared_isolate.dart';
|
-//import 'package:fcm_shared_isolate/fcm_shared_isolate.dart';
|
||||||
-
|
|
||||||
+import 'package:fcm_shared_isolate/fcm_shared_isolate.dart';
|
+import 'package:fcm_shared_isolate/fcm_shared_isolate.dart';
|
||||||
|
|
||||||
class NoTokenException implements Exception {
|
class NoTokenException implements Exception {
|
||||||
String get cause => 'Cannot get firebase token';
|
String get cause => 'Cannot get firebase token';
|
||||||
@@ -117,7 +116,7 @@ class BackgroundPush {
|
@@ -116,7 +116,7 @@ class BackgroundPush {
|
||||||
setupPush();
|
setupPush();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user