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

Commit c6fe2b51 authored by Winson Chung's avatar Winson Chung Committed by Android Git Automerger
Browse files

am db8d39f8: Merge "Fixing issue with excluded tasks sometimes showing in...

am db8d39f8: Merge "Fixing issue with excluded tasks sometimes showing in Recents. (Bug 17875770)" into lmp-mr1-dev

* commit 'db8d39f8':
  Fixing issue with excluded tasks sometimes showing in Recents. (Bug 17875770)
parents 417bc6cc db8d39f8
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();