mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-30 22:07:57 +01:00 
			
		
		
		
	add long click to view manga in Migration Source Search (#5241)
apparently was added to Sy in 8686fecb1f
added it for main as well
Co-Authored-By: jobobby04 <jobobby04@users.noreply.github.com>
fixes https://github.com/tachiyomiorg/tachiyomi/issues/5027
			
			
This commit is contained in:
		| @@ -33,6 +33,11 @@ class SourceSearchController( | ||||
|         dialog.showDialog(router) | ||||
|         return true | ||||
|     } | ||||
|  | ||||
|     override fun onItemLongClick(position: Int) { | ||||
|         view?.let { super.onItemClick(it, position) } | ||||
|     } | ||||
|  | ||||
|     private companion object { | ||||
|         const val MANGA_KEY = "oldManga" | ||||
|     } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user