adjpd
09/04/2021, 7:01 PMrememberCoroutineScope().launch { }
then bugs may appear; since Compose can call the composables at any moment. In this scenario, or in any scenario, when is it likely to happen? I understand the concept but I can't think of any examples when this may actually happen.
LaunchedEffect(onTimeout) {
delay(SplashWaitTime)
onTimeout()
}
Zach Klippenstein (he/him) [MOD]
09/07/2021, 2:41 PM