mobile: fix sidebar items do not update after sync

This commit is contained in:
Ammar Ahmed
2025-07-15 09:36:00 +05:00
parent 867af58695
commit 84bfab2a72

View File

@@ -45,10 +45,10 @@ export function initAfterSync(type: "full" | "send" = "send") {
useUserStore.setState({
profile: db.settings.getProfile()
});
eSendEvent(eAfterSync);
}
Notifications.setupReminders(true);
NotePreviewWidget.updateNotes();
eSendEvent(eAfterSync);
}
export async function initialize() {}