Fix more button always visible
This commit is contained in:
parent
024c76d480
commit
054a26cf65
@ -105,11 +105,13 @@ class CatalogueSearchHolder(view: View, val adapter: CatalogueSearchAdapter) :
|
|||||||
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