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

Commit ad36d1e1 authored by Chet Haase's avatar Chet Haase Committed by Android (Google) Code Review
Browse files

Merge "Always execute actions on the runQueue"

parents cdfc8bc5 b78c284b
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -1199,13 +1199,13 @@ public final class ViewRootImpl implements ViewParent,
            }
        }

        // Execute enqueued actions on every traversal in case a detached view enqueued an action
        getRunQueue().executeActions(attachInfo.mHandler);

        boolean insetsChanged = false;

        boolean layoutRequested = mLayoutRequested && !mStopped;
        if (layoutRequested) {
            // Execute enqueued actions on every layout in case a view that was detached
            // enqueued an action after being detached
            getRunQueue().executeActions(attachInfo.mHandler);

            final Resources res = mView.getContext().getResources();