Albirew/tachiyomi
Archivé
1
0
Bifurcation 0

Fix migration due to variable shadowing (#4689)

Cette révision appartient à :
Ken Swenson 2021-03-21 19:47:17 -04:00 révisé par GitHub
Parent 99ba84c810
révision 472ce5a5e4
Aucune clé n'a été trouvée pour cette signature dans la base de données
ID de la clé GPG: 4AEE18F83AFDEB23

Voir le fichier

@ -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)
} }