Merge pull request #8356 from streetwriters/mobile-fix-sidebar-items-update

mobile: Fix sidebar items do not update after sync
This commit is contained in:
Ammar Ahmed
2025-07-15 10:56:47 +05:00
committed by GitHub

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() {}