Skip to content

Commit

Permalink
Hide chapter sheet after selecting a chapter
Browse files Browse the repository at this point in the history
  • Loading branch information
perokhe committed Jan 24, 2025
1 parent 03a7169 commit 4b4095e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -568,6 +568,7 @@ fun PlayerControls(
chapters = chapters.map { it.toSegment() }.toImmutableList(),
onSeekToChapter = {
viewModel.selectChapter(it)
viewModel.showSheet(Sheets.None)
viewModel.unpause()
},
decoder = decoder,
Expand Down

0 comments on commit 4b4095e

Please sign in to comment.