commit | 5018f1a4c52fed6b0dd25e655e3bfabfb6072365 | [log] [tgz] |
---|---|---|
author | android-build-team Robot <android-build-team-robot@google.com> | Wed Jun 10 01:07:34 2020 +0000 |
committer | android-build-team Robot <android-build-team-robot@google.com> | Wed Jun 10 01:07:34 2020 +0000 |
tree | 0c7b48fb11374589b5581a02b5777a180c3f0f5c | |
parent | 5c58a33d1b96a0b75be7dac9dd9432d6f9127b57 [diff] | |
parent | 655b47c614dcde77d5fae1137b2f57da84a9a589 [diff] |
Snap for 6573866 from 655b47c614dcde77d5fae1137b2f57da84a9a589 to rvc-release Change-Id: Ic1e11ef9484567b797afb987e5092b5c4d1e2446
diff --git a/quickstep/src/com/android/quickstep/RecentsAnimationDeviceState.java b/quickstep/src/com/android/quickstep/RecentsAnimationDeviceState.java index 66e011d..298e11f 100644 --- a/quickstep/src/com/android/quickstep/RecentsAnimationDeviceState.java +++ b/quickstep/src/com/android/quickstep/RecentsAnimationDeviceState.java
@@ -261,7 +261,7 @@ @Override public void onDisplayInfoChanged(DefaultDisplay.Info info, int flags) { - if (info.id != getDisplayId() || (flags & CHANGE_FRAME_DELAY) == CHANGE_FRAME_DELAY) { + if (info.id != getDisplayId() || flags == CHANGE_FRAME_DELAY) { // ignore displays that aren't running launcher and frame refresh rate changes return; }