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

Commit fffd0335 authored by Huihong Luo's avatar Huihong Luo Committed by Automerger Merge Worker
Browse files

Merge "Remove Webview Overlays on destroy" into sc-dev am: e44bc77b

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/15546814

Change-Id: I3334011fa96e214c1c5945f12e96273e57c24b0c
parents d0a02476 e44bc77b
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -100,6 +100,9 @@ WebViewFunctor::~WebViewFunctor() {
    destroyContext();

    ATRACE_NAME("WebViewFunctor::onDestroy");
    if (mSurfaceControl) {
        removeOverlays();
    }
    mCallbacks.onDestroyed(mFunctor, mData);
}