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