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

Commit e584fb3b authored by Winson Chung's avatar Winson Chung Committed by Android (Google) Code Review
Browse files

Merge "Fix regression in ending recents transition while locked" into main

parents d56fb26f 6d1dcc2b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -277,7 +277,7 @@ public class DeviceLockedInputConsumer implements InputConsumer,
    }

    private void endRemoteAnimation() {
        if (mRecentsAnimationController != null) {
        if (!mHomeLaunched && mRecentsAnimationController != null) {
            mRecentsAnimationController.finishController(
                    false /* toRecents */, null /* callback */, false /* sendUserLeaveHint */);
        }