Skip to content

Commit fc3fe09

Browse files
committed
hdie controller on disabled
1 parent 0661dd5 commit fc3fe09

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

android/src/main/java/jp/manse/BrightcovePlayerView.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,7 @@ public void setPlay(boolean play) {
189189
}
190190

191191
public void setDefaultControlDisabled(boolean disabled) {
192+
this.mediaController.hide();
192193
this.mediaController.setShowHideTimeout(disabled ? 1 : 4000);
193194
}
194195

0 commit comments

Comments
 (0)