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

Commit b9a74a57 authored by Matthew Ng's avatar Matthew Ng Committed by android-build-merger
Browse files

Merge "Fixes quick switch animation entering recents for low ram devices" into...

Merge "Fixes quick switch animation entering recents for low ram devices" into oc-mr1-dev am: 03f8b068
am: 0acb9df1

Change-Id: I27ce836328aad395c391b4ed21846abd6b3fa1bf
parents a2437d80 0acb9df1
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -567,10 +567,12 @@ public class Recents extends SystemUI

    @Override
    public void appTransitionFinished() {
        if (!Recents.getConfiguration().isLowRamDevice) {
            // Fallback, reset the flag once an app transition ends
            EventBus.getDefault().send(new SetWaitingForTransitionStartEvent(
                    false /* waitingForTransitionStart */));
        }
    }

    /**
     * Updates on configuration change.