Skip to content

Commit 7cb8549

Browse files
committed
feat: use default transitions for pin screen
1 parent 345ad97 commit 7cb8549

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/to/bitkit/ui/ContentView.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -970,7 +970,7 @@ private fun NavGraphBuilder.qrScanner(
970970
private fun NavGraphBuilder.authCheck(
971971
navController: NavHostController,
972972
) {
973-
composable<Routes.AuthCheck> {
973+
composableWithDefaultTransitions<Routes.AuthCheck> {
974974
val route = it.toRoute<Routes.AuthCheck>()
975975
AuthCheckScreen(
976976
route = route,

0 commit comments

Comments
 (0)