mirror of
https://github.com/mihonapp/mihon.git
synced 2025-10-09 12:59:34 +02:00
Fix migration due to variable shadowing (#4689)
This commit is contained in:
@@ -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)
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user