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

Commit e1fe2cf7 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

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

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