Commit c73030ca by Lee Munkyeong

フールスクリーンフラグ修正。

parent ef33e662
......@@ -80,7 +80,7 @@ public class FullscreenableChromeClient extends WebChromeClient {
} else {
winParams.flags &= ~bits;
if (mCustomView != null) {
mCustomView.setSystemUiVisibility(View.SYSTEM_UI_FLAG_HIDE_NAVIGATION);
mCustomView.setSystemUiVisibility(View.SYSTEM_UI_FLAG_VISIBLE);
}
}
win.setAttributes(winParams);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment