We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1ac6e3 commit a09fab4Copy full SHA for a09fab4
1 file changed
engine/src/java/com/runrev/android/nativecontrol/ExtVideoView.java
@@ -373,12 +373,12 @@ public void onPrepared(MediaPlayer mp) {
373
}
374
if (mMediaController != null) {
375
mMediaController.setEnabled(true);
376
- }
377
378
- // PM-2015-10-19: [[ Bug 16027 ]] Show the controller once the player is prepared (as on iOS)
379
- if (isInPlaybackState()){
380
- mMediaController.show(0);
381
+ // PM-2015-10-19: [[ Bug 16027 ]] Show the controller once the player is prepared (as on iOS)
+ if (isInPlaybackState()){
+ mMediaController.show(0);
+ }
382
383
mVideoWidth = mp.getVideoWidth();
384
mVideoHeight = mp.getVideoHeight();
0 commit comments