Add a snackbar to allow user to undo file deletion

This commit is contained in:
Kamil Szczęk 2020-01-05 14:01:54 +01:00
parent 986acc5fc5
commit d071891b2a
2 changed files with 49 additions and 4 deletions

View file

@ -588,4 +588,5 @@
<string name="downloads_storage_use_saf_summary">The Storage Access Framework allows downloads to an external SD card.\nNote: some devices are not compatible</string>
<string name="choose_instance_prompt">Choose an instance</string>
<string name="delete_downloaded_files">Delete downloaded files</string>
<string name="deleted_downloads">Deleted %s downloads</string>
</resources>