mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-10 13:37:47 +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:
parent
c4c6e41c46
commit
1e65313fa7
1 changed files with 1 additions and 1 deletions
|
@ -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)) },
|
||||
)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue