Merge "Remove unnecessary invocation of updateRotation" into udc-qpr-dev

This commit is contained in:
Riddle Hsu
2023-06-08 05:40:20 +00:00
committed by Android (Google) Code Review

View File

@@ -824,7 +824,6 @@ public class PhoneWindowManager implements WindowManagerPolicy {
@Override public void onChange(boolean selfChange) {
updateSettings();
updateRotation(false);
}
}