mirror of
https://github.com/SimpleMobileTools/Simple-Gallery.git
synced 2025-06-05 21:59:19 +02:00
lets show SD card images to Android 4 users too
This commit is contained in:
@@ -80,7 +80,8 @@ class MediaFetcher(val context: Context) {
|
||||
if (context.hasExternalSDCard()) {
|
||||
arrayOf("${context.internalStoragePath}/%", "${context.sdCardPath}/%")
|
||||
} else {
|
||||
arrayOf("${context.internalStoragePath}/%")
|
||||
val internalPath = if (context.isAndroidFour()) "" else context.internalStoragePath
|
||||
arrayOf("$internalPath/%")
|
||||
}
|
||||
} else {
|
||||
arrayOf("$path/%", "$path/%/%")
|
||||
|
Reference in New Issue
Block a user