mobile: check backup required on state change

This commit is contained in:
ammarahm-ed
2022-10-26 12:59:16 +05:00
parent c9450ea141
commit 7605c4fcb1

View File

@@ -424,7 +424,7 @@ export const useAppEvents = () => {
return;
}
}
checkAutoBackup();
await reconnectSSE();
await checkIntentState();
MMKV.removeItem("appState");