From aff53c2bc211f77ef354e5fc3ebbe2388e1386a2 Mon Sep 17 00:00:00 2001 From: Valere Date: Mon, 27 Apr 2026 15:27:27 +0200 Subject: [PATCH] ktlint format --- .../android/features/call/impl/utils/WebViewAudioManager.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/features/call/impl/src/main/kotlin/io/element/android/features/call/impl/utils/WebViewAudioManager.kt b/features/call/impl/src/main/kotlin/io/element/android/features/call/impl/utils/WebViewAudioManager.kt index a72acb0594..88c1d95572 100644 --- a/features/call/impl/src/main/kotlin/io/element/android/features/call/impl/utils/WebViewAudioManager.kt +++ b/features/call/impl/src/main/kotlin/io/element/android/features/call/impl/utils/WebViewAudioManager.kt @@ -271,6 +271,7 @@ class WebViewAudioManager( Timber.d("Adding callback in controls.onAudioDeviceSelect") webView.evaluateJavascript("controls.onAudioDeviceSelect = (id) => { androidNativeBridge.setAudioDevice(id); };", null) } + /** * Returns the list of available audio devices, sorted by likelihood of it being used for communication. *