chore: robust isolation tasks coordination (#21605)

* chore: robust isolation tasks coordination

* give more time for database transaction to clean up

* chore: clean up logs

* chore: clean up logs

* fix: logs
This commit is contained in:
Alex
2025-09-05 14:39:38 -05:00
committed by GitHub
parent 3a29522df6
commit 88c0243a20
3 changed files with 198 additions and 67 deletions

View File

@@ -296,7 +296,7 @@ class _SyncStatusIndicatorState extends ConsumerState<_SyncStatusIndicator> with
@override
Widget build(BuildContext context) {
final syncStatus = ref.watch(syncStatusProvider);
final isSyncing = syncStatus.isRemoteSyncing;
final isSyncing = syncStatus.isRemoteSyncing || syncStatus.isLocalSyncing;
// Control animations based on sync status
if (isSyncing) {