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

Commit e9665371 authored by Alex Chau's avatar Alex Chau Committed by Android (Google) Code Review
Browse files

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

parents 24dd3f57 38dae639
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -242,6 +242,7 @@ public class TaskbarStashController implements TaskbarControllers.LoggableTaskba
     */
    protected boolean supportsManualStashing() {
        return supportsVisualStashing()
                && isInApp()
                && (!Utilities.IS_RUNNING_IN_TEST_HARNESS || mEnableManualStashingDuringTests);
    }