We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 345ad97 commit 7cb8549Copy full SHA for 7cb8549
app/src/main/java/to/bitkit/ui/ContentView.kt
@@ -970,7 +970,7 @@ private fun NavGraphBuilder.qrScanner(
970
private fun NavGraphBuilder.authCheck(
971
navController: NavHostController,
972
) {
973
- composable<Routes.AuthCheck> {
+ composableWithDefaultTransitions<Routes.AuthCheck> {
974
val route = it.toRoute<Routes.AuthCheck>()
975
AuthCheckScreen(
976
route = route,
0 commit comments