mirror of
https://github.com/immich-app/immich.git
synced 2025-12-18 17:23:16 +03:00
fix(mobile): clear album provider on logout (#5477)
This commit is contained in:
committed by
GitHub
parent
812e67d55d
commit
bdbaa166d9
@@ -375,6 +375,8 @@ class BackupNotifier extends StateNotifier<BackUpState> {
|
||||
await _getBackupAlbumsInfo();
|
||||
await updateServerInfo();
|
||||
await _updateBackupAssetCount();
|
||||
} else {
|
||||
log.warning("cannot get backup info - background backup is in progress!");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user