Fix ACTION_OPEN_DOCUMENT_TREE crash when no file picker available.

Fixes #10131
This commit is contained in:
Alex Hart
2021-01-05 13:10:42 -04:00
committed by Alan Evans
parent c466dba8c4
commit ce3872ce1a
2 changed files with 8 additions and 1 deletions

View File

@@ -2815,6 +2815,7 @@
<string name="BackupDialog_to_enable_backups_choose_a_folder">To enable backups, choose a folder. Backups will be saved to this location.</string>
<string name="BackupDialog_choose_folder">Choose folder</string>
<string name="BackupDialog_copied_to_clipboard">Copied to clipboard</string>
<string name="BackupDialog_no_file_picker_available">No file picker available.</string>
<string name="BackupDialog_enter_backup_passphrase_to_verify">Enter your backup passphrase to verify</string>
<string name="BackupDialog_verify">Verify</string>
<string name="BackupDialog_you_successfully_entered_your_backup_passphrase">You successfully entered your backup passphrase</string>