mirror of
https://github.com/owenlejeune/TVTime.git
synced 2025-11-08 12:42:44 -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)],
|
||||
|
||||
@@ -207,4 +207,5 @@
|
||||
<string name="label_description">Description</string>
|
||||
<string name="label_public_list">Public list?</string>
|
||||
<string name="title_edit_list">Edit List</string>
|
||||
<string name="search_all_title">All</string>
|
||||
</resources>
|
||||
Reference in New Issue
Block a user