mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-31 14:27:57 +01:00 
			
		
		
		
	Fix not removing the more button when global search doesnt find anything in that source
This commit is contained in:
		| @@ -104,10 +104,12 @@ class GlobalSearchHolder(view: View, val adapter: GlobalSearchAdapter) : | ||||
|     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