Fix not removing the more button when global search doesnt find anything in that source
This commit is contained in:
parent
0a37dabf4b
commit
4195b00e48
@ -104,10 +104,12 @@ class GlobalSearchHolder(view: View, val adapter: GlobalSearchAdapter) :
|
|||||||
private fun showHolder() {
|
private fun showHolder() {
|
||||||
title.visible()
|
title.visible()
|
||||||
source_card.visible()
|
source_card.visible()
|
||||||
|
more.visible() // EXH
|
||||||
}
|
}
|
||||||
|
|
||||||
private fun hideHolder() {
|
private fun hideHolder() {
|
||||||
title.gone()
|
title.gone()
|
||||||
source_card.gone()
|
source_card.gone()
|
||||||
|
more.gone() // EXH
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user