mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-10 08:17:49 +01:00
Add ability to show manga when clicking item in migration search process (#7134)
This commit is contained in:
parent
f4e344f686
commit
bbb69482e1
1 changed files with 4 additions and 1 deletions
|
@ -138,7 +138,10 @@ class SearchController(
|
|||
}
|
||||
(targetController as? SearchController)?.copyManga(manga, newManga)
|
||||
}
|
||||
.setNeutralButton(android.R.string.cancel, null)
|
||||
.setNeutralButton(activity?.getString(R.string.action_show_manga)) { _, _ ->
|
||||
dismissDialog()
|
||||
router.pushController(MangaController(newManga))
|
||||
}
|
||||
.create()
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue