From f6b9a8be9aa0af11a2b6d8f7d50fee1d43b5a4d2 Mon Sep 17 00:00:00 2001 From: ganfra Date: Mon, 23 Oct 2023 11:00:47 +0200 Subject: [PATCH] PIN: fix konsist --- .../android/features/lockscreen/impl/unlock/PinUnlockView.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/features/lockscreen/impl/src/main/kotlin/io/element/android/features/lockscreen/impl/unlock/PinUnlockView.kt b/features/lockscreen/impl/src/main/kotlin/io/element/android/features/lockscreen/impl/unlock/PinUnlockView.kt index be43d6cf32..e2cf522a07 100644 --- a/features/lockscreen/impl/src/main/kotlin/io/element/android/features/lockscreen/impl/unlock/PinUnlockView.kt +++ b/features/lockscreen/impl/src/main/kotlin/io/element/android/features/lockscreen/impl/unlock/PinUnlockView.kt @@ -126,7 +126,7 @@ fun PinUnlockView( } @Composable -fun PinUnlockCompactView( +private fun PinUnlockCompactView( header: @Composable () -> Unit, footer: @Composable () -> Unit, modifier: Modifier = Modifier, @@ -150,7 +150,7 @@ fun PinUnlockCompactView( } @Composable -fun PinUnlockExpandedView( +private fun PinUnlockExpandedView( header: @Composable () -> Unit, footer: @Composable () -> Unit, modifier: Modifier = Modifier,