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) @OptIn(ExperimentalFoundationApi::class)
@Composable @Composable
fun LogoScreen( fun LogoScreen(
isLoading: Boolean, isLoading: Boolean = false,
onLogoLongClicked: () -> Unit = {}, onLogoLongClicked: () -> Unit = {},
onGoNextButtonClicked: () -> Unit = {} onGoNextButtonClicked: () -> Unit = {}
) { ) {