mirror of
https://github.com/owenlejeune/TVTime.git
synced 2025-12-28 10:31:16 -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 ->
|
it.arguments?.let { arguments ->
|
||||||
val (type, title) = if (preferences.multiSearch) {
|
val (type, title) = if (preferences.multiSearch) {
|
||||||
Pair(MediaViewType.MIXED, "")
|
Pair(MediaViewType.MIXED, stringResource(id = R.string.search_all_title))
|
||||||
} else {
|
} else {
|
||||||
Pair(
|
Pair(
|
||||||
MediaViewType[arguments.getInt(NavConstants.SEARCH_ID_KEY)],
|
MediaViewType[arguments.getInt(NavConstants.SEARCH_ID_KEY)],
|
||||||
|
|||||||
@@ -207,4 +207,5 @@
|
|||||||
<string name="label_description">Description</string>
|
<string name="label_description">Description</string>
|
||||||
<string name="label_public_list">Public list?</string>
|
<string name="label_public_list">Public list?</string>
|
||||||
<string name="title_edit_list">Edit List</string>
|
<string name="title_edit_list">Edit List</string>
|
||||||
|
<string name="search_all_title">All</string>
|
||||||
</resources>
|
</resources>
|
||||||
Reference in New Issue
Block a user