From 6d069e46e264bb56a7cd667064fa7bd9dd2b04a1 Mon Sep 17 00:00:00 2001 From: Valere Date: Wed, 4 Mar 2026 14:05:58 +0100 Subject: [PATCH] fix missing rename of var --- .../android/features/call/impl/ui/CallScreenPresenter.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/call/impl/src/main/kotlin/io/element/android/features/call/impl/ui/CallScreenPresenter.kt b/features/call/impl/src/main/kotlin/io/element/android/features/call/impl/ui/CallScreenPresenter.kt index 33eee90574..eed4ee7327 100644 --- a/features/call/impl/src/main/kotlin/io/element/android/features/call/impl/ui/CallScreenPresenter.kt +++ b/features/call/impl/src/main/kotlin/io/element/android/features/call/impl/ui/CallScreenPresenter.kt @@ -226,7 +226,7 @@ class CallScreenPresenter( sessionId = inputs.sessionId, roomId = inputs.roomId, clientId = UUID.randomUUID().toString(), - voiceOnly = inputs.voiceIntent, + voiceOnly = inputs.isAudioCall, languageTag = languageTag, theme = theme, ).getOrThrow()