little update

This commit is contained in:
2024-08-09 18:14:00 +03:00
parent bd3a7d0761
commit d12047d861
@@ -83,7 +83,7 @@ fun LogoRoute(
@OptIn(ExperimentalFoundationApi::class)
@Composable
fun LogoScreen(
isLoading: Boolean,
isLoading: Boolean = false,
onLogoLongClicked: () -> Unit = {},
onGoNextButtonClicked: () -> Unit = {}
) {