|
@@ -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"
|
|
}
|
|
}
|