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

Commit fa15ca74 authored by Josh Chien's avatar Josh Chien Committed by Android (Google) Code Review
Browse files

Merge "Changed the swipe down action's start point in the mock game activity helper." into main

parents fc20921d 314f517e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -47,7 +47,7 @@ constructor(
        val bound = gameView.getVisibleBounds()
        return uiDevice.swipe(
            bound.centerX(),
            bound.top,
            0,
            bound.centerX(),
            bound.centerY(),
            SWIPE_STEPS