From 4e21586373e2fcfdf3fb4333fe1d0354e4636e3e Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Fri, 3 May 2024 12:16:46 +0200 Subject: [PATCH] Improve documentation --- .../io/element/android/features/call/ui/ElementCallActivity.kt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/features/call/src/main/kotlin/io/element/android/features/call/ui/ElementCallActivity.kt b/features/call/src/main/kotlin/io/element/android/features/call/ui/ElementCallActivity.kt index 30de2a98b8..1c9ece7fb9 100644 --- a/features/call/src/main/kotlin/io/element/android/features/call/ui/ElementCallActivity.kt +++ b/features/call/src/main/kotlin/io/element/android/features/call/ui/ElementCallActivity.kt @@ -68,7 +68,8 @@ class ElementCallActivity : NodeComponentActivity(), CallScreenNavigator { } /** - * Eventually start the ElementCallActivity, and return true if it's the case. + * Starts the [ElementCallActivity] if the intent contains a valid URL, + * and returns true if it's the case. */ fun maybeStart( activity: Activity,