How to skip loginScreen and passwordScreen after launch the app
Hello i would like to know How to skip the loginScreen and the passwordScreen and move to homeScreen after launching the app because i have Stored the username and password in Datastore, So how can i do that?
Here is my code:
MainActivity.kt
setContent {
EEETheme {
// A surface container using the 'background'
// color from the theme
Surface(
modifier = Modifier.fillMaxSize(),
color = MaterialTheme.colors.background
) {...