properly show the Portraits title at thumbnail grouping

This commit is contained in:
tibbi 2020-01-10 22:37:03 +01:00
parent 13a3f90595
commit b2d0dff131
1 changed files with 2 additions and 1 deletions

View File

@ -545,7 +545,8 @@ class MediaFetcher(val context: Context) {
TYPE_VIDEOS -> R.string.videos
TYPE_GIFS -> R.string.gifs
TYPE_RAWS -> R.string.raw_images
else -> R.string.svgs
TYPE_SVGS -> R.string.svgs
else -> R.string.portraits
}
return context.getString(stringId)
}