mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
fix: not clearing local data when logging out while sync is running (#20646)
This commit is contained in:
parent
094e3a2757
commit
4d0c9172e5
2 changed files with 6 additions and 3 deletions
|
|
@ -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;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue