mirror of
https://github.com/immich-app/immich.git
synced 2025-11-21 03:10:44 +09:00
fix: not clearing local data when logging out while sync is running (#20646)
This commit is contained in:
@@ -83,7 +83,6 @@ Future<void> initApp() async {
|
||||
};
|
||||
|
||||
PlatformDispatcher.instance.onError = (error, stack) {
|
||||
debugPrint("FlutterError - Catch all: $error \n $stack");
|
||||
log.severe('PlatformDispatcher - Catch all', error, stack);
|
||||
return true;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user