Migration now opens manga on long click

This commit is contained in:
inorichi
2018-01-15 20:22:07 +01:00
parent 233dbec4b3
commit b499b87f8c
4 changed files with 24 additions and 1 deletions
@@ -59,6 +59,11 @@ class SearchController(
dialog.showDialog(router)
}
override fun onMangaLongClick(manga: Manga) {
// Call parent's default click listener
super.onMangaClick(manga)
}
class MigrationDialog : DialogController() {
private val preferences: PreferencesHelper by injectLazy()