mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Backed out changeset 66cc38d90f25 (bug 1112397) for making testSettingsMenuItems permafail on Android 4.0.
This commit is contained in:
parent
1e09d65def
commit
025d148d80
@ -258,9 +258,8 @@ public class testSettingsMenuItems extends PixelTest {
|
||||
}
|
||||
}
|
||||
|
||||
// Navigate back if on a phone or small tablets. Large tablets
|
||||
// shouldn't do this because they use headers and fragments.
|
||||
if (mDevice.type.equals("phone") || HardwareUtils.isSmallTablet()) {
|
||||
// Navigate back if on a phone. Tablets shouldn't do this because they use headers and fragments.
|
||||
if (mDevice.type.equals("phone")) {
|
||||
int menuDepth = menuPath.length;
|
||||
while (menuDepth > 0) {
|
||||
mActions.sendSpecialKey(Actions.SpecialKey.BACK);
|
||||
|
Loading…
Reference in New Issue
Block a user