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

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

Merge "Fixing issue with excluded tasks sometimes showing in Recents. (Bug...

Merge "Fixing issue with excluded tasks sometimes showing in Recents. (Bug 17875770)" into lmp-mr1-dev
parents 68cb9fcc 38e95715
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -514,7 +514,7 @@ public class AlternateRecentsComponent implements ActivityOptions.OnAnimationSta
            } else {
                // Otherwise we do the normal fade from an unknown source
                ActivityOptions opts = getUnknownTransitionActivityOptions();
                startAlternateRecentsActivity(topTask, opts, null);
                startAlternateRecentsActivity(topTask, opts, EXTRA_FROM_HOME);
            }
        }
        mLastToggleTime = System.currentTimeMillis();