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

Commit 42d00fbe authored by Derek Sollenberger's avatar Derek Sollenberger
Browse files

fix issue with plugin surfaces not updating properly within the view system.

parent 51e45ff0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2242,6 +2242,7 @@ final class WebViewCore {
        }

        View pluginView = embeddedSurface.getSurface();
        pluginView.setWillNotDraw(false);

        ViewManager.ChildView view = mWebView.mViewManager.createView();
        view.mView = pluginView;