mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-19 23:49:16 +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:
parent
88d9ffe92e
commit
b41ac355a0
@ -33,6 +33,11 @@ class SourceSearchController(
|
|||||||
dialog.showDialog(router)
|
dialog.showDialog(router)
|
||||||
return true
|
return true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
override fun onItemLongClick(position: Int) {
|
||||||
|
view?.let { super.onItemClick(it, position) }
|
||||||
|
}
|
||||||
|
|
||||||
private companion object {
|
private companion object {
|
||||||
const val MANGA_KEY = "oldManga"
|
const val MANGA_KEY = "oldManga"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user