mirror of
https://github.com/SimpleMobileTools/Simple-Gallery.git
synced 2025-02-17 04:20:38 +01:00
properly show the Portraits title at thumbnail grouping
This commit is contained in:
parent
13a3f90595
commit
b2d0dff131
@ -545,7 +545,8 @@ class MediaFetcher(val context: Context) {
|
|||||||
TYPE_VIDEOS -> R.string.videos
|
TYPE_VIDEOS -> R.string.videos
|
||||||
TYPE_GIFS -> R.string.gifs
|
TYPE_GIFS -> R.string.gifs
|
||||||
TYPE_RAWS -> R.string.raw_images
|
TYPE_RAWS -> R.string.raw_images
|
||||||
else -> R.string.svgs
|
TYPE_SVGS -> R.string.svgs
|
||||||
|
else -> R.string.portraits
|
||||||
}
|
}
|
||||||
return context.getString(stringId)
|
return context.getString(stringId)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user