mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-07 03:07:25 +01:00
Fix migration due to variable shadowing (#4689)
This commit is contained in:
parent
99ba84c810
commit
472ce5a5e4
@ -59,7 +59,7 @@ class SearchController(
|
|||||||
override fun onMangaClick(manga: Manga) {
|
override fun onMangaClick(manga: Manga) {
|
||||||
newManga = manga
|
newManga = manga
|
||||||
val dialog =
|
val dialog =
|
||||||
MigrationDialog(manga, newManga, this)
|
MigrationDialog(this.manga, newManga, this)
|
||||||
dialog.targetController = this
|
dialog.targetController = this
|
||||||
dialog.showDialog(router)
|
dialog.showDialog(router)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user