fix(android): sync mic manager on toggle

This commit is contained in:
Ayaan Zaidi 2026-02-25 18:18:58 +05:30 committed by Ayaan Zaidi
parent f729cc7b07
commit 285a0f48e5
1 changed files with 2 additions and 0 deletions

View File

@ -562,6 +562,8 @@ class NodeRuntime(context: Context) {
fun setMicEnabled(value: Boolean) {
prefs.setTalkEnabled(value)
micCapture.setMicEnabled(value)
externalAudioCaptureActive.value = value
}
fun refreshGatewayConnection() {