Skip to content

Commit

Permalink
fic CI
Browse files Browse the repository at this point in the history
  • Loading branch information
cre4ture committed Apr 27, 2024
1 parent 915597d commit a169a72
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 @@ -123,7 +123,7 @@ take_screen_shot() {
check_if_termux_is_active() {
dumsys=$(adb shell "dumpsys window windows")
echo "dumpsys: $dumsys"
echo "$dumsys" | grep -E "imeInputTarget in display# 0 Window{[^}]+com.termux\/com\.termux\.HomeActivity}"
echo "$dumsys" | grep -E "(imeInputTarget|mInputMethodTarget) in display# 0 Window{[^}]+com.termux\/com\.termux\.HomeActivity}"
}

# shellcheck disable=SC2317 # Don't warn about unreachable commands in this function
Expand Down

0 comments on commit a169a72

Please sign in to comment.