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

Commit 22f14c9f 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 am: dc7594b5

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

Change-Id: Ib3a6802e716f41ab05067ab310a33657a9728924
parents 2de4373e dc7594b5
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);
}