mirror of
https://github.com/owenlejeune/TVTime.git
synced 2025-11-22 11:40:54 -05:00
all clearer label when using multi search
This commit is contained in:
@@ -435,7 +435,7 @@ class MainActivity : MonetCompatActivity() {
|
||||
) {
|
||||
it.arguments?.let { arguments ->
|
||||
val (type, title) = if (preferences.multiSearch) {
|
||||
Pair(MediaViewType.MIXED, "")
|
||||
Pair(MediaViewType.MIXED, stringResource(id = R.string.search_all_title))
|
||||
} else {
|
||||
Pair(
|
||||
MediaViewType[arguments.getInt(NavConstants.SEARCH_ID_KEY)],
|
||||
|
||||
Reference in New Issue
Block a user