mirror of
https://github.com/aliasvault/aliasvault.git
synced 2026-07-31 17:27:11 -04:00
Prevent vault syncing pending flash in mobile app
This commit is contained in:
@@ -249,6 +249,7 @@ export const useVaultSync = (): {
|
||||
return false;
|
||||
} finally {
|
||||
syncInProgressRef.current = false;
|
||||
await dbContext.refreshSyncState();
|
||||
dbContext.setIsSyncing(false);
|
||||
dbContext.setIsUploading(false);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user