Fix bug - dialer launches into screenlock upon starting call
This commit is contained in:
parent
41714c8c96
commit
66eeb46a55
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue