Fix migration due to variable shadowing (#4689)
Cette révision appartient à :
Parent
99ba84c810
révision
472ce5a5e4
1 fichiers modifiés avec 1 ajouts et 1 suppressions
|
@ -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)
|
||||
}
|
||||
|
|
Référencer dans un nouveau ticket