Merge "Temporarily disabling 3-button testing mode" into ub-launcher3-qt-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
6f09dd61af
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user