mirror of
https://github.com/bbara04/Purefin.git
synced 2026-03-31 17:10:08 +02:00
fix: always navigate to Series screen when exiting playback from Episode
Instead of just popping the EpisodeRoute (which could land on Home if opened from ContinueWatching), pop and push a SeriesRoute so playback exit consistently returns to the SeriesScreen.
This commit is contained in:
@@ -69,7 +69,7 @@ fun EpisodeScreen(
|
||||
episode = episode.value!!,
|
||||
downloadState = downloadState.value,
|
||||
onBack = viewModel::onBack,
|
||||
onPlaybackStarted = viewModel::onBack,
|
||||
onPlaybackStarted = viewModel::onPlaybackStarted,
|
||||
onDownloadClick = onDownloadClick,
|
||||
modifier = modifier
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user