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

Commit 2deec665 authored by Teng-Hui Zhu's avatar Teng-Hui Zhu
Browse files

Make sure the full screen playing continue when timeout

bug:4165804
Change-Id: I5e0f4bdaecce36d074941ae6631b211227c13fcb
parent 8483073e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -146,7 +146,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);
    }