sxmo_modemaudio.sh: enforce speaker mode after a call
This is another try to solve this problem.
This commit is contained in:
@@ -27,7 +27,10 @@ reset_audio() {
|
|||||||
if ! sxmo_hook_call_audio.sh "disable"; then
|
if ! sxmo_hook_call_audio.sh "disable"; then
|
||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
disable_call_audio_mode
|
if ! disable_call_audio_mode; then
|
||||||
|
return 1
|
||||||
|
fi
|
||||||
|
sxmo_hook_call_audio.sh "disable"
|
||||||
}
|
}
|
||||||
|
|
||||||
toggle_speaker() {
|
toggle_speaker() {
|
||||||
|
Reference in New Issue
Block a user