🛠️ Prevent crash when no file manager app
* When choosing a folder in Browse (scan) it crashed when there is no file manager app to handle such action Resolves: #198
This commit is contained in:
parent
ba3f5f3b7a
commit
87b53745e9
3 changed files with 15 additions and 1 deletions
|
|
@ -61,6 +61,7 @@
|
|||
<string name="error_no_dictionary">No dictionary app found.</string>
|
||||
<string name="error_no_browser">No browser app found.</string>
|
||||
<string name="error_no_share_app">No app to share found.</string>
|
||||
<string name="error_no_file_manager_app">No app to choose folder found.</string>
|
||||
<string name="error_could_not_get_text">
|
||||
File is empty, missing, or inaccessible.
|
||||
Verify the file, scan settings or change the path, then try again.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue