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

Commit 38dae639 authored by Alex Chau's avatar Alex Chau
Browse files

Only support manual stashing while in app

- For taskbar in overview, don't allow stashing

Fix: 253042515
Test: With taskbar in overview, long press do nothing. Taskbar is still stashable in app
Test: Without taskbar in overview, taskbar still transform to nav handle in overview
Change-Id: I8f353a473a8570df72acda2338c4b984a69dc5c0
parent 26134319
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);
    }