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

Commit fc4b1f53 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Apply last report config to updateDisabledForQuickstep" into tm-qpr-dev

parents 367ff5a1 ab28b8b8
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -132,7 +132,7 @@ public class EdgeBackGestureHandler extends CurrentUserTracker
                @Override
                @Override
                public void onPrioritizedRotation(@Surface.Rotation int rotation) {
                public void onPrioritizedRotation(@Surface.Rotation int rotation) {
                    mStartingQuickstepRotation = rotation;
                    mStartingQuickstepRotation = rotation;
                    updateDisabledForQuickstep(mContext.getResources().getConfiguration());
                    updateDisabledForQuickstep(mLastReportedConfig);
                }
                }
            };
            };