Fix crash when attempting to open a file stored on external SD

Fix #66
This commit is contained in:
MM20 2022-04-22 17:59:06 +02:00
parent 2cd9c21b45
commit 0aed749d31
No known key found for this signature in database
GPG Key ID: 0B61A8F2DEAFA389

View File

@ -1,8 +1,7 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<paths> <paths>
<external-path <external-path name="external_files" path="." />
name="external_files" <root-path name="external_storage" path="/storage/" />
path="."/>
<cache-path <cache-path
name="cache" name="cache"
path="."/> path="."/>