mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-02 17:06:49 +00:00
Reading navigation_bar_gesture_height for bottom swipe region
Bug: 132917885 Change-Id: I39d266fc34a69c3ba50246b5a66350942a85becb
This commit is contained in:
@@ -243,7 +243,7 @@ public abstract class AbstractLauncherUiTest {
|
||||
*/
|
||||
protected UiObject2 scrollAndFind(UiObject2 container, BySelector condition) {
|
||||
final int margin = ResourceUtils.getNavbarSize(
|
||||
ResourceUtils.NAVBAR_PORTRAIT_BOTTOM_SIZE, mLauncher.getResources()) + 1;
|
||||
ResourceUtils.NAVBAR_BOTTOM_GESTURE_SIZE, mLauncher.getResources()) + 1;
|
||||
container.setGestureMargins(0, 0, 0, margin);
|
||||
|
||||
int i = 0;
|
||||
|
||||
Reference in New Issue
Block a user