From b66b067733d6b1e765b61ca24ff40f0d2fcf851c Mon Sep 17 00:00:00 2001 From: Juha Heinanen Date: Fri, 24 Jul 2026 13:32:38 +0300 Subject: [PATCH] Code styling --- app/src/main/kotlin/com/tutpro/baresip/CustomElements.kt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app/src/main/kotlin/com/tutpro/baresip/CustomElements.kt b/app/src/main/kotlin/com/tutpro/baresip/CustomElements.kt index f6426dd5..a7ff4951 100644 --- a/app/src/main/kotlin/com/tutpro/baresip/CustomElements.kt +++ b/app/src/main/kotlin/com/tutpro/baresip/CustomElements.kt @@ -199,9 +199,7 @@ object CustomElements { bitmap = bitmap.asImageBitmap(), contentDescription = "Avatar", contentScale = ContentScale.Crop, - modifier = Modifier - .size(36.dp) - .clip(CircleShape) + modifier = Modifier.size(36.dp).clip(CircleShape) ) }