mirror of
https://github.com/bitwarden/android.git
synced 2026-08-29 10:17:56 -05:00
[PM-31775] Refactor popUpToCompleteRegistration to use type-safe KClass reference (#6480)
This commit is contained in:
+1
-1
@@ -81,5 +81,5 @@ fun NavGraphBuilder.completeRegistrationDestination(
|
||||
* Pop up to the complete registration screen.
|
||||
*/
|
||||
fun NavController.popUpToCompleteRegistration() {
|
||||
this.popBackStack(route = CompleteRegistrationRoute, inclusive = false)
|
||||
this.popBackStack(route = CompleteRegistrationRoute::class, inclusive = false)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user