why when restarting the app, onboarding screen shows again in android jetpack compose?
I have onboarding screens in my android jetpack compose project, and when I close and restart the app again, I see onboarding screen again, I try to use some of code from
this example, but it is throw error for getOnboardState(), showSpinner(), navigateToOnboarding(), showContent(), as a
Unresolved reference
I do not know what I missed in my code, any idea?
@AndroidEntryPoint
class MainActivity : ComponentActivity() {
enum...