Rather than placing your logic right inside composable place them inside // Runs only on initial composition LaunchedEffect(key1 = Unit) ...
確定! 回上一頁