Avoid crashing when the selection of the export directory fails (#86)

This commit is contained in:
Pierre-Yves Nicolas
2026-01-05 20:53:35 +01:00
parent d48d2784cd
commit 402b25b791
2 changed files with 27 additions and 5 deletions

View File

@@ -20,6 +20,9 @@
<string name="download_dirname">Downloads</string>
<string name="end_scan">End scan</string>
<string name="error">Error: %1$s</string>
<!-- Rare error messages should not be translated -->
<string name="error_file_picker_launch" translatable="false">Failed to launch system file picker on this device</string>
<string name="error_file_picker_result" translatable="false">Failed to set export directory</string>
<string name="error_no_app">No app found to open this file</string>
<string name="error_no_document">No document detected</string>
<string name="error_save">Failed to save file</string>