fix(b9efdbbb40): adapt the ComposeFragment's take picture button to that commit

This commit is contained in:
LucasGGamerM
2024-07-15 18:00:09 -03:00
parent b9efdbbb40
commit 86512e237e
3 changed files with 5 additions and 9 deletions

View File

@@ -1,7 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<paths xmlns:android="http://schemas.android.com/apk/res/android">
<external-path name="external_files" path="." />
<cache-path
name="cache"
path="."/>
</paths>

View File

@@ -1,4 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<paths>
<cache-path name="image_cache" path="images/"/>
<cache-path
name="pictures_taken_through_compose"
path="."/>
</paths>