Merge "Apply last report config to updateDisabledForQuickstep" into tm-qpr-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
fc4b1f53d8
@@ -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);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user