Skip to content

Commit

Permalink
mobile: do not show progress when doing full auto backup
Browse files Browse the repository at this point in the history
  • Loading branch information
ammarahm-ed committed Dec 26, 2024
1 parent 3ec8500 commit 702976c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/mobile/app/hooks/use-app-events.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ export const useAppEvents = () => {
}

if (fullBackup) {
await BackupService.run(true, undefined, "full");
await BackupService.run(false, undefined, "full");
}
}

Expand Down

0 comments on commit 702976c

Please sign in to comment.