fix(mobile): clear album provider on logout (#5477)

This commit is contained in:
Fynn Petersen-Frey 2023-12-04 17:21:05 +01:00 committed by GitHub
parent 812e67d55d
commit bdbaa166d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 14 additions and 0 deletions

View file

@ -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!");
}
}