mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-05 01:15:14 +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) {
|
||||
newManga = manga
|
||||
val dialog =
|
||||
MigrationDialog(manga, newManga, this)
|
||||
MigrationDialog(this.manga, newManga, this)
|
||||
dialog.targetController = this
|
||||
dialog.showDialog(router)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user