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

Commit 38e95715 authored by Winson Chung's avatar Winson Chung
Browse files

Fixing issue with excluded tasks sometimes showing in Recents. (Bug 17875770)

Change-Id: Ie94d485580db271256581e2a9f277fe38387d45c
parent 606b3da7
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();