Skip to content

Commit

Permalink
Fix episode page layout when the system is in fullscreen on Android (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Him188 committed Mar 1, 2025
1 parent 619f3f1 commit 9bdabe3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ private fun EpisodeScreenContent(

CompositionLocalProvider(LocalImageViewerHandler provides imageViewer) {
when {
showExpandedUI || isSystemInFullscreen() ->
showExpandedUI ->
EpisodeScreenTabletVeryWide(
vm,
page,
Expand Down

0 comments on commit 9bdabe3

Please # to comment.