Back Handling
@Composable
fun HomeScreen() {
NavBackHandler(enabled = true) {
// Now the navigator will not pop the back stack.
}
}Last updated
@Composable
fun HomeScreen() {
NavBackHandler(enabled = true) {
// Now the navigator will not pop the back stack.
}
}Last updated