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

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

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

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

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