Detekt: sentences must end with a period.

This commit is contained in:
Benoit Marty 2023-09-26 16:48:13 +02:00
parent 39a2e2a809
commit 5d0751de72

View file

@ -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()