Fix for "Pick up incoming call" menu item sometimes discarding the call #167
This commit is contained in:
parent
2322994ce1
commit
a1d2875345
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue