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

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

HTML5 Video runs into super full screen mode

bug:5569146

Browser change
https://android-git.corp.google.com/g/#/c/151035/

Change-Id: Ib8449a670caf4aa2b540a170ed5e9f6adea2b12e
parent aefc0ed9
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -261,6 +261,8 @@ public class HTML5VideoFullScreen extends HTML5VideoView
        mLayout.addView(getSurfaceView(), layoutParams);

        mLayout.setVisibility(View.VISIBLE);
        mLayout.setSystemUiVisibility(View.SYSTEM_UI_FLAG_LOW_PROFILE
                | View.SYSTEM_UI_FLAG_HIDE_NAVIGATION);

        WebChromeClient client = webView.getWebChromeClient();
        if (client != null) {