Skip to content

Commit

Permalink
feat: pop transitions on orch nav
Browse files Browse the repository at this point in the history
  • Loading branch information
JNdhlovu committed Oct 22, 2024
1 parent 15212a8 commit 682cf25
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/src/main/java/com/smileidentity/compose/nav/SmileIDNav.kt
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ internal fun BaseSmileIDScreen(
startDestination = orchestratedDestination,
enterTransition = { EnterTransition.None },
exitTransition = { ExitTransition.None },
popEnterTransition = { EnterTransition.None },
popExitTransition = { ExitTransition.None },
) {
orchestratedNavGraph(childNavHost, resultCallbacks)
}
Expand Down

0 comments on commit 682cf25

Please sign in to comment.