Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
cre4ture committed Apr 27, 2024
1 parent fcafe66 commit e31ce72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/android-commands.sh
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ adb_shell_start_termux_activity() {
take_screen_shot "launch_termux_after_start_activity"

# the emulator can sometimes be a little slow to launch the app
run_with_retry 20 sleep 1 && adb shell "dumpsys window windows" |
run_with_retry 20 sleep 1 "&&" adb shell "dumpsys window windows" "|"
grep -E "imeInputTarget in display# 0 Window{[^}]+com.termux\/com\.termux\.HomeActivity}"
}

Expand Down

0 comments on commit e31ce72

Please sign in to comment.