Fix Open online manga variant

This commit is contained in:
Koitharu
2025-03-27 20:39:36 +02:00
parent 817ae68e67
commit 648fab6be5

View File

@@ -69,7 +69,7 @@ class DetailsMenuProvider(
}
R.id.action_online -> {
router.openDetails(manga)
router.openDetails(viewModel.remoteManga.value ?: return false)
}
R.id.action_related -> {