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

Commit 0acb9df1 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 oc-mr1-dev

am: 03f8b068

Change-Id: I83d71c531785410cf7aaaf18d921b0a3bcfa77eb
parents cb68c255 03f8b068
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.