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

Commit 042f2e33 authored by vadimt's avatar vadimt
Browse files

Temporarily disabling 3-button testing mode

Bug: 131419978
Change-Id: I9a817140ee5e0fb8d40da67759399f85b0625da0
parent a0d542b0
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -92,9 +92,12 @@ public class NavigationModeSwitchRule implements TestRule {
                        if (mode == TWO_BUTTON || mode == ALL) {
                            evaluateWithTwoButtons();
                        }
                        /*
                        b/131419978
                        if (mode == THREE_BUTTON || mode == ALL) {
                            evaluateWithThreeButtons();
                        }
                        */
                    } finally {
                        setActiveOverlay(prevOverlayPkg, originalMode);
                    }