am db8d39f8: Merge "Fixing issue with excluded tasks sometimes showing in Recents. (Bug 17875770)" into lmp-mr1-dev
* commit 'db8d39f8e3fd36e7b2c325240e5afa3efd580b2a': Fixing issue with excluded tasks sometimes showing in Recents. (Bug 17875770)
This commit is contained in:
@@ -514,7 +514,7 @@ public class AlternateRecentsComponent implements ActivityOptions.OnAnimationSta
|
|||||||
} else {
|
} else {
|
||||||
// Otherwise we do the normal fade from an unknown source
|
// Otherwise we do the normal fade from an unknown source
|
||||||
ActivityOptions opts = getUnknownTransitionActivityOptions();
|
ActivityOptions opts = getUnknownTransitionActivityOptions();
|
||||||
startAlternateRecentsActivity(topTask, opts, null);
|
startAlternateRecentsActivity(topTask, opts, EXTRA_FROM_HOME);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
mLastToggleTime = System.currentTimeMillis();
|
mLastToggleTime = System.currentTimeMillis();
|
||||||
|
|||||||
Reference in New Issue
Block a user