Skip to content

Commit

Permalink
Update BMPlayerControlView.swift
Browse files Browse the repository at this point in the history
enableChooseDefinition
  • Loading branch information
minseks authored Oct 22, 2017
1 parent e6ab4d3 commit 0803b58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/BMPlayerControlView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ open class BMPlayerControlView: UIView {
open func updateUI(_ isForFullScreen: Bool) {
isFullscreen = isForFullScreen
fullscreenButton.isSelected = isForFullScreen
chooseDefitionView.isHidden = !isForFullScreen
chooseDefitionView.isHidden = !BMPlayerConf.enableChooseDefinition || !isForFullScreen
if isForFullScreen {
if BMPlayerConf.topBarShowInCase.rawValue == 2 {
topMaskView.isHidden = true
Expand Down

0 comments on commit 0803b58

Please sign in to comment.