commit | a33ed92767b698cc26c28bb184c6bb1e8b6435d0 | [log] [tgz] |
---|---|---|
author | android-build-team Robot <android-build-team-robot@google.com> | Tue Jun 09 07:06:07 2020 +0000 |
committer | android-build-team Robot <android-build-team-robot@google.com> | Tue Jun 09 07:06:07 2020 +0000 |
tree | 0c7b48fb11374589b5581a02b5777a180c3f0f5c | |
parent | d6b8934d248197d9231b4a4b50ebafe04876deeb [diff] | |
parent | b1bb9e8dbd85232d17a024a9ace40e3ef6506cc6 [diff] |
Snap for 6571063 from b1bb9e8dbd85232d17a024a9ace40e3ef6506cc6 to mainline-release Change-Id: I338a70d4877da28475a91549c724c89b819e5e35
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; }