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

Commit 3bb0bb3a authored by Filip Gruszczynski's avatar Filip Gruszczynski Committed by Android Git Automerger
Browse files

am f63800dd: Merge "Remove unnecessary relayout call from traversals." into mnc-dev

* commit 'f63800dd':
  Remove unnecessary relayout call from traversals.
parents 0bc60661 f63800dd
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -555,11 +555,6 @@ public final class ViewRootImpl implements ViewParent,
                mPendingContentInsets.set(mAttachInfo.mContentInsets);
                mPendingStableInsets.set(mAttachInfo.mStableInsets);
                mPendingVisibleInsets.set(0, 0, 0, 0);
                try {
                    relayoutWindow(attrs, getHostVisibility(), false);
                } catch (RemoteException e) {
                    if (DEBUG_LAYOUT) Log.e(TAG, "failed to relayoutWindow", e);
                }
                if (DEBUG_LAYOUT) Log.v(TAG, "Added window " + mWindow);
                if (res < WindowManagerGlobal.ADD_OKAY) {
                    mAttachInfo.mRootView = null;