Skip to content

Commit

Permalink
Tiny action fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dandansamax committed Jul 31, 2024
1 parent e390dd0 commit 05a2ba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crab/actions/android_actions.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ def open_app_drawer(env) -> None:
"""
execute_adb("shell input keyevent KEYCODE_HOME", env)
sleep(0.5)
execute_adb("shell input swipe 800 2000 800 100 200", env)
execute_adb("shell input swipe 800 2000 800 100 500", env)
sleep(_DURATION)


Expand Down

0 comments on commit 05a2ba9

Please sign in to comment.