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,