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

Commit a60594cb authored by Conley Owens's avatar Conley Owens
Browse files

Fixed bad merge in ViewRoot.java.

Change-Id: If76a320da3ecf0d0e9f366eb7157b195274a9e5f
parent b2149f4a
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1886,7 +1886,6 @@ public final class ViewRoot extends Handler implements ViewParent,
    void dispatchDetachedFromWindow() {
        if (mView != null && mView.mAttachInfo != null) {
            mView.dispatchDetachedFromWindow();
            mAttached = false;
        }

        mView = null;