Resolve ANR when deleting local backup.

This commit is contained in:
Alex Hart
2026-03-16 10:06:12 -03:00
committed by Michelle Tang
parent 6ee14d5e7c
commit 6877b9163b
5 changed files with 25 additions and 9 deletions

View File

@@ -4894,6 +4894,8 @@
<string name="BackupDialog_delete_backups">Delete backups?</string>
<string name="BackupDialog_disable_and_delete_all_local_backups">Disable and delete all local backups?</string>
<string name="BackupDialog_delete_backups_statement">Delete backups</string>
<!-- Progress dialog message shown while local backup files are being deleted -->
<string name="BackupDialog_deleting_local_backup">Deleting local backup…</string>
<string name="BackupDialog_to_enable_backups_choose_a_folder">To enable backups, choose a folder. Backups will be saved to this location.</string>
<!-- Button shown in dialog to choose a folder for backups -->
<string name="BackupDialog_choose_folder">Choose folder</string>