Skip to content

Commit

Permalink
Initial Build
Browse files Browse the repository at this point in the history
  • Loading branch information
nafiskabbo committed Dec 20, 2021
1 parent cb23de6 commit 2fd9fd5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ object StorageUtils {

fun getImageCollectionUri(): Uri {
return sdk29AndUp {
MediaStore.Images.Media.getContentUri(MediaStore.VOLUME_EXTERNAL_PRIMARY)
MediaStore.Images.Media.getContentUri(MediaStore.VOLUME_EXTERNAL)
} ?: MediaStore.Images.Media.EXTERNAL_CONTENT_URI
}

Expand Down

0 comments on commit 2fd9fd5

Please sign in to comment.