Fixed bad merge in ViewRoot.java.
Change-Id: If76a320da3ecf0d0e9f366eb7157b195274a9e5f
This commit is contained in:
@@ -1886,7 +1886,6 @@ public final class ViewRoot extends Handler implements ViewParent,
|
|||||||
void dispatchDetachedFromWindow() {
|
void dispatchDetachedFromWindow() {
|
||||||
if (mView != null && mView.mAttachInfo != null) {
|
if (mView != null && mView.mAttachInfo != null) {
|
||||||
mView.dispatchDetachedFromWindow();
|
mView.dispatchDetachedFromWindow();
|
||||||
mAttached = false;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
mView = null;
|
mView = null;
|
||||||
|
|||||||
Reference in New Issue
Block a user