mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-22 22:49:45 +01:00
wait before sync
This commit is contained in:
@@ -454,6 +454,7 @@ export const ActionSheetComponent = ({
|
||||
) : null;
|
||||
|
||||
const onPressSync = async () => {
|
||||
let user = await db.user.get();
|
||||
if (!user) {
|
||||
ToastEvent.show(
|
||||
'You must login to sync',
|
||||
|
||||
Reference in New Issue
Block a user