mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-11-04 08:08:55 +01:00 
			
		
		
		
	Open entry when long pressing during migration in source search
This matches the behavior from 0.13.6 Fixes #8176
This commit is contained in:
		@@ -95,7 +95,7 @@ data class SourceSearchScreen(
 | 
			
		||||
                onHelpClick = { uriHandler.openUri(Constants.URL_HELP) },
 | 
			
		||||
                onLocalSourceHelpClick = { uriHandler.openUri(LocalSource.HELP_URL) },
 | 
			
		||||
                onMangaClick = openMigrateDialog,
 | 
			
		||||
                onMangaLongClick = openMigrateDialog,
 | 
			
		||||
                onMangaLongClick = { navigator.push(MangaScreen(it.id, true)) },
 | 
			
		||||
            )
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user