diff --git a/composeApp/src/androidMain/kotlin/su/reya/coop/App.kt b/composeApp/src/androidMain/kotlin/su/reya/coop/App.kt index c5ae4df..e9101cd 100644 --- a/composeApp/src/androidMain/kotlin/su/reya/coop/App.kt +++ b/composeApp/src/androidMain/kotlin/su/reya/coop/App.kt @@ -4,7 +4,6 @@ import android.app.Activity import android.content.Intent import android.os.Build import androidx.activity.ComponentActivity -import androidx.activity.compose.BackHandler import androidx.compose.foundation.isSystemInDarkTheme import androidx.compose.material3.ExperimentalMaterial3Api import androidx.compose.material3.ExperimentalMaterial3ExpressiveApi @@ -134,10 +133,6 @@ fun App( else -> expressiveLightColorScheme() } - BackHandler(enabled = backStack.size > 1) { - navigator.goBack() - } - LaunchedEffect(Unit) { launch { accountViewModel.errorEvents.collect { message ->