feat: trigger status refresh after queue flush in SyncEngine

This commit is contained in:
Anish Sarkar 2026-04-25 04:11:28 +05:30
parent 02795e08e3
commit db866ce8be

View file

@ -458,6 +458,7 @@ export class SyncEngine {
});
this.updateIdleStreak(enqueued);
await this.flushQueue();
this.refreshStatus({ force: true });
} catch (err) {
this.classifyAndStatus(err, "Reconcile failed");
}