Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit efb8eda4 authored by Teng-Hui Zhu's avatar Teng-Hui Zhu Committed by Android (Google) Code Review
Browse files

Merge "Make sure the full screen playing continue when timeout" into honeycomb-mr1

parents ac390b8c 2deec665
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -153,7 +153,7 @@ public class HTML5VideoFullScreen extends HTML5VideoView
        // So in full screen, we reset the MediaPlayer
        mPlayer.reset();
        setMediaController(new MediaController(mProxy.getContext()));

        mPlayer.setScreenOnWhilePlaying(true);
        prepareDataAndDisplayMode(mProxy);
    }