Skip to content

Commit

Permalink
chore: status bar fix
Browse files Browse the repository at this point in the history
  • Loading branch information
forgotvas committed Mar 21, 2024
1 parent 65fad57 commit fc1150a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Course/Course/Presentation/Video/EncodedVideoPlayer.swift
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ public struct EncodedVideoPlayer: View {
}
}
.padding(.horizontal, 8)
.statusBarHidden(false)
.onDisappear {
viewModel.controller.player?.allowsExternalPlayback = false
}
Expand Down

0 comments on commit fc1150a

Please sign in to comment.