mirror of https://github.com/openclaw/openclaw.git
fix(android): sync mic manager on toggle
This commit is contained in:
parent
f729cc7b07
commit
285a0f48e5
|
|
@ -562,6 +562,8 @@ class NodeRuntime(context: Context) {
|
|||
|
||||
fun setMicEnabled(value: Boolean) {
|
||||
prefs.setTalkEnabled(value)
|
||||
micCapture.setMicEnabled(value)
|
||||
externalAudioCaptureActive.value = value
|
||||
}
|
||||
|
||||
fun refreshGatewayConnection() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue