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

Commit 50373509 authored by Teng-Hui Zhu's avatar Teng-Hui Zhu Committed by Android Git Automerger
Browse files

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

* commit 'efb8eda4':
  Make sure the full screen playing continue when timeout
parents 464b2259 efb8eda4
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);
    }