summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas <tschneider.ac@gmail.com>2022-04-28 19:18:03 +0200
committerThomas <tschneider.ac@gmail.com>2022-04-28 19:18:03 +0200
commit207d8d999427f1f7cb8ca80bab84aeec750a11f1 (patch)
tree9a7ad2c6e2d947ca8921fd01f5f79b309fcacbab
parent1a98f7803a3987965a571e0085a3bf5a34985f66 (diff)
quick fix for media
-rw-r--r--app/src/fdroid/res/xml/file_paths.xml2
-rw-r--r--app/src/playstore/res/xml/file_paths.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/app/src/fdroid/res/xml/file_paths.xml b/app/src/fdroid/res/xml/file_paths.xml
index 758bbce98..1d2a9d9fa 100644
--- a/app/src/fdroid/res/xml/file_paths.xml
+++ b/app/src/fdroid/res/xml/file_paths.xml
@@ -2,7 +2,7 @@
<paths>
<external-path
name="my_images"
- path="Android/data/fr.gouv.etalab.mastodon/files/Pictures" />
+ path="Android/data/fr.gouv.etalab.mastodon.test/files/Pictures" />
<cache-path
name="*"
diff --git a/app/src/playstore/res/xml/file_paths.xml b/app/src/playstore/res/xml/file_paths.xml
index 08135b5ac..368f15acf 100644
--- a/app/src/playstore/res/xml/file_paths.xml
+++ b/app/src/playstore/res/xml/file_paths.xml
@@ -2,7 +2,7 @@
<paths>
<external-path
name="my_images"
- path="Android/data/app.fedilab.android/files/Pictures" />
+ path="Android/data/app.fedilab.android.test/files/Pictures" />
<cache-path
name="*"