From d12047d8612a811eef7912b3f7b13914699319fd Mon Sep 17 00:00:00 2001 From: Danil Nikolaev Date: Fri, 9 Aug 2024 18:14:00 +0300 Subject: [PATCH] little update --- .../dev/meloda/fast/auth/login/presentation/LogoScreen.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/feature/auth/login/src/main/kotlin/dev/meloda/fast/auth/login/presentation/LogoScreen.kt b/feature/auth/login/src/main/kotlin/dev/meloda/fast/auth/login/presentation/LogoScreen.kt index e7b33f99..d56b25ae 100644 --- a/feature/auth/login/src/main/kotlin/dev/meloda/fast/auth/login/presentation/LogoScreen.kt +++ b/feature/auth/login/src/main/kotlin/dev/meloda/fast/auth/login/presentation/LogoScreen.kt @@ -83,7 +83,7 @@ fun LogoRoute( @OptIn(ExperimentalFoundationApi::class) @Composable fun LogoScreen( - isLoading: Boolean, + isLoading: Boolean = false, onLogoLongClicked: () -> Unit = {}, onGoNextButtonClicked: () -> Unit = {} ) {