Upstream version 11.39.266.0
[platform/framework/web/crosswalk.git] / src / xwalk / runtime / android / core_internal / src / org / xwalk / core / internal / XWalkWebChromeClient.java
index 1791142..9dd22f3 100644 (file)
@@ -144,7 +144,7 @@ public class XWalkWebChromeClient {
         if (mCustomXWalkView == null || activity == null) return;
 
         if (mContentsClient != null) {
-            mContentsClient.onToggleFullscreen(true);
+            mContentsClient.onToggleFullscreen(false);
         }
 
         // Remove video view from activity's ContentView.