mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-07 20:31:02 -05:00
Fix migration due to variable shadowing (#4689)
This commit is contained in:
parent
99ba84c810
commit
472ce5a5e4
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ class SearchController(
|
|||
override fun onMangaClick(manga: Manga) {
|
||||
newManga = manga
|
||||
val dialog =
|
||||
MigrationDialog(manga, newManga, this)
|
||||
MigrationDialog(this.manga, newManga, this)
|
||||
dialog.targetController = this
|
||||
dialog.showDialog(router)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue