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

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

Merge "Restore existing logic to keep restoring-transient-launch tasks as...

Merge "Restore existing logic to keep restoring-transient-launch tasks as CHANGE transition" into main
parents 5442ee6c ad41e139
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -3638,11 +3638,6 @@ class Transition implements BLASTSyncEngine.TransactionReadyListener {
            }
            final boolean nowVisible = wc.isVisibleRequested();
            if (nowVisible == mVisible) {
                if (mRestoringTransientHide) {
                    // The requested visibility has not changed for transient-hide containers, but
                    // we are restoring them so we should considering them moving to front again
                    return TRANSIT_TO_FRONT;
                }
                return TRANSIT_CHANGE;
            }
            if (mExistenceChanged) {