From d4b83cfd454e0dd746f66865186c406bf98924f7 Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Tue, 26 Sep 2023 16:48:13 +0200 Subject: [PATCH] Detekt: sentences must end with a period. --- .../io/element/android/features/call/CallIntentDataParser.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/features/call/src/main/kotlin/io/element/android/features/call/CallIntentDataParser.kt b/features/call/src/main/kotlin/io/element/android/features/call/CallIntentDataParser.kt index 5992ccbc75..b3e2f9227a 100644 --- a/features/call/src/main/kotlin/io/element/android/features/call/CallIntentDataParser.kt +++ b/features/call/src/main/kotlin/io/element/android/features/call/CallIntentDataParser.kt @@ -57,6 +57,7 @@ class CallIntentDataParser @Inject constructor() { * Ensure the uri has the following parameters and value: * - appPrompt=false * - confineToRoom=true + * to ensure that the rendering will bo correct on the embedded Webview. */ private fun Uri.withCustomParameters(): String { val builder = buildUpon()