mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-05 10:26:52 +00:00
Merge "Reset TaskView transformations on orientationHandler change" into tm-qpr-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
6a84ebc7ab
@@ -1724,6 +1724,7 @@ public abstract class RecentsView<ACTIVITY_TYPE extends StatefulActivity<STATE_T
|
||||
// Changed orientations, update controllers so they intercept accordingly.
|
||||
mActivity.getDragLayer().recreateControllers();
|
||||
onOrientationChanged();
|
||||
resetTaskVisuals();
|
||||
}
|
||||
|
||||
boolean isInLandscape = mOrientationState.getTouchRotation() != ROTATION_0
|
||||
|
||||
Reference in New Issue
Block a user