mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-11-03 23:58:55 +01:00 
			
		
		
		
	Fix more button always visible
This commit is contained in:
		@@ -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
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user