Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a33ed927 authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 6571063 from b1bb9e8d to mainline-release

Change-Id: I338a70d4877da28475a91549c724c89b819e5e35
parents d6b8934d b1bb9e8d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -261,7 +261,7 @@ public class RecentsAnimationDeviceState implements

    @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;
        }