Merge "Only support manual stashing while in app" into tm-qpr-dev

This commit is contained in:
Alex Chau
2022-10-13 13:48:46 +00:00
committed by Android (Google) Code Review
@@ -242,6 +242,7 @@ public class TaskbarStashController implements TaskbarControllers.LoggableTaskba
*/
protected boolean supportsManualStashing() {
return supportsVisualStashing()
&& isInApp()
&& (!Utilities.IS_RUNNING_IN_TEST_HARNESS || mEnableManualStashingDuringTests);
}