Open entry when long pressing during migration in source search
This matches the behavior from 0.13.6 Fixes #8176 (cherry picked from commit 1e65313fa7bf8b64b5447b1a50e828903bde8413)
This commit is contained in:
parent
895cdad7ca
commit
37a444f3f6
1 changed files with 1 additions and 1 deletions
|
|
@ -92,7 +92,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)) },
|
||||
)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue