Skip to content

Commit e08b218

Browse files
authored
Merge pull request #6622 from nextcloud/bugfix/noid/fixToSetPhotoForConversation
fix(camera): declare photos/ as FileProvider cache path
2 parents 5bd9a7f + d51da98 commit e08b218

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

app/src/main/res/xml/file_provider_paths.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
<cache-path
99
name="shared_attachments"
1010
path="shared_attachments/" />
11+
<cache-path
12+
name="photos"
13+
path="photos/" />
1114
<files-path
1215
name="logs"
1316
path="logs/" />

0 commit comments

Comments
 (0)