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

Commit 0736a021 authored by Winson Chung's avatar Winson Chung
Browse files

Only enable overlay exclusively in category

Test: presubmit
Bug: 180114721
Change-Id: I2ae16ba3237b8e29d3d93ce8b29ad37849d8e7c3
parent 09e67dd8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -89,7 +89,7 @@ public class WindowPerfRunPreconditionBase extends RunListener {
                        navOverlay = WindowManagerPolicyConstants.NAV_BAR_MODE_GESTURAL_OVERLAY;
                        break;
                }
                executeShellCommand("cmd overlay enable-exclusive " + navOverlay);
                executeShellCommand("cmd overlay enable-exclusive --category " + navOverlay);
            });

    /** It only executes once before all tests. */