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

Commit 2809631e authored by Cary Clark's avatar Cary Clark
Browse files

use the correct LayoutParams to fix going to fullscreen view

Change-Id: Id4d1841d720011c6fda6c43fe7ffb55762cef259
http://2467842
parent e3e2294b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6408,7 +6408,7 @@ public class WebView extends AbsoluteLayout
                        // embedded mode, we have to remove the
                        // AbsoluteLayout.LayoutParams set by embedded mode to
                        // ViewGroup.LayoutParams before adding it to the dialog
                        data.mView.setLayoutParams(new ViewGroup.LayoutParams(
                        data.mView.setLayoutParams(new FrameLayout.LayoutParams(
                                ViewGroup.LayoutParams.FILL_PARENT,
                                ViewGroup.LayoutParams.FILL_PARENT));
                        mFullScreenHolder.setContentView(data.mView);