Fix for "Pick up incoming call" menu item sometimes discarding the call #167

master
Maarten van Gompel 4 years ago
parent 2322994ce1
commit a1d2875345
  1. 2
      scripts/core/sxmo_appmenu.sh

@ -406,7 +406,7 @@ getprogchoices() {
fi
#shellcheck disable=SC2044
for NOTIFFILE in $(find "$NOTIFDIR" -name 'incomingcall*'); do
for NOTIFFILE in $(find "$NOTIFDIR" -name 'incomingcall*_notification'); do
NOTIFACTION="$(head -n1 "$NOTIFFILE")"
CHOICES="
$icon_phn Pick up incoming call ^ 0 ^ $NOTIFACTION

Loading…
Cancel
Save