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

Commit 6f09dd61 authored by Vadim Tryshev's avatar Vadim Tryshev Committed by Android (Google) Code Review
Browse files

Merge "Temporarily disabling 3-button testing mode" into ub-launcher3-qt-dev

parents 06e0d80d 042f2e33
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);
                    }