properly show the Portraits title at thumbnail grouping
This commit is contained in:
parent
13a3f90595
commit
b2d0dff131
1 changed files with 2 additions and 1 deletions
|
@ -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…
Reference in a new issue