Skip to content

Commit 935e32e

Browse files
walmatibrahimtaveras00
authored andcommitted
fix case where android is not signed in yet making the status NotAvailable (#6426)
1 parent c38fcba commit 935e32e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/handlers/walletReadyEvents.ts

-4
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,6 @@ const promptForBackupOnceReadyOrNotAvailable = async (): Promise<boolean> => {
3636
status = backupsStore.getState().status;
3737
}
3838

39-
if (status !== CloudBackupState.Ready) {
40-
return false;
41-
}
42-
4339
const { backupProvider, timesPromptedForBackup, lastBackupPromptAt } = backupsStore.getState();
4440

4541
// prompt for backup every week if first time prompting, otherwise prompt every 2 weeks

0 commit comments

Comments
 (0)