Fix more button always visible
This commit is contained in:
parent
024c76d480
commit
054a26cf65
1 changed files with 2 additions and 0 deletions
|
|
@ -105,11 +105,13 @@ class CatalogueSearchHolder(view: View, val adapter: CatalogueSearchAdapter) :
|
|||
private fun showHolder() {
|
||||
title.visible()
|
||||
source_card.visible()
|
||||
more.visible() // EXH
|
||||
}
|
||||
|
||||
private fun hideHolder() {
|
||||
title.gone()
|
||||
source_card.gone()
|
||||
more.gone() // EXH
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue