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

Commit 0fe356e8 authored by Jorim Jaggi's avatar Jorim Jaggi
Browse files

Fix unnecessary relayouts

Make sure mPendingBackDropFrame is always up-to-date.

Bug: 26396351
Change-Id: Icb61f3581ee75e94d45fc0f8ae0895535bb130ea
parent 514b2cf0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3315,6 +3315,7 @@ public final class ViewRootImpl implements ViewParent,
                        && mPendingStableInsets.equals(args.arg6)
                        && mPendingVisibleInsets.equals(args.arg3)
                        && mPendingOutsets.equals(args.arg7)
                        && mPendingBackDropFrame.equals(args.arg8)
                        && args.arg4 == null) {
                    break;
                }