mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2025-01-21 14:51:10 +01:00
Add ability to show manga when clicking item in migration search process (#7134)
(cherry picked from commit bbb69482e1e2e39c62502a3caf03d13c59b01252)
This commit is contained in:
parent
a58a4634e2
commit
071dd88ef8
@ -129,7 +129,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…
x
Reference in New Issue
Block a user