Prevent vault syncing pending flash in mobile app

This commit is contained in:
Leendert de Borst
2026-07-14 18:04:46 +02:00
parent fdd1818eb1
commit b98bdca24f

View File

@@ -249,6 +249,7 @@ export const useVaultSync = (): {
return false;
} finally {
syncInProgressRef.current = false;
await dbContext.refreshSyncState();
dbContext.setIsSyncing(false);
dbContext.setIsUploading(false);
}