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

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

Merge "Notify recents transition when a mixed keyguard-recents transition is consumed" into main

parents 7328ecc1 49666637
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -212,6 +212,7 @@ class RecentsMixedTransition extends DefaultMixedHandler.MixedTransition {
        switch (mType) {
            case TYPE_RECENTS_DURING_DESKTOP:
            case TYPE_RECENTS_DURING_SPLIT:
            case TYPE_RECENTS_DURING_KEYGUARD:
                mLeftoversHandler.onTransitionConsumed(transition, aborted, finishT);
                break;
            default: