Fix bug - dialer launches into screenlock upon starting call

master
Miles Alan 4 years ago
parent 41714c8c96
commit 66eeb46a55
  1. 2
      scripts/modem/sxmo_modemcall.sh

@ -132,7 +132,7 @@ incallmenu() {
TSPEAKER ^ FLAGS="$(toggleflag "-s" "$FLAGS")"
DTMF Tones ^ dtmfmenu $VID
Hangup ^ hangup $VID
Lock Screen ^ sh -c 'pkill -9 lisgd; sxmo_screenlock; lisgd &'
Lock Screen ^ sh -c "pkill -9 lisgd; sxmo_screenlock; lisgd &"
' | sed "s/TMUTE/$TMUTE/;s/TECHO/$TECHO/;s/TEARPIECE/$TEARPIECE/;s/TLINEJACK/$TLINEJACK/;s/TSPEAKER/$TSPEAKER/"
)"

Loading…
Cancel
Save