mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 23:19:40 +01:00
fix: search items list not updating
This commit is contained in:
@@ -299,6 +299,7 @@ export const useAppEvents = () => {
|
||||
console.log('sync started');
|
||||
await Sync.run();
|
||||
console.log('hide progress dialog');
|
||||
await sleep(300);
|
||||
eSendEvent(eCloseProgressDialog);
|
||||
}
|
||||
setLastSynced(await db.lastSynced());
|
||||
|
||||
Reference in New Issue
Block a user