Move tracking to manga info actions

Currently just opens a separate view. To be iterated upon later.
This commit is contained in:
arkon
2020-07-11 12:13:05 -04:00
parent fa5d2276c0
commit 23fe848a35
9 changed files with 902 additions and 955 deletions
@@ -75,7 +75,6 @@ open class GlobalSearchController(
* @param manga clicked item containing manga information.
*/
override fun onMangaClick(manga: Manga) {
// Open MangaController.
router.pushController(MangaController(manga, true).withFadeTransaction())
}