Skip to content

Commit b20bc66

Browse files
committed
Fix compilation error after navigation components upgrade
1 parent 7641a1f commit b20bc66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/main/java/io/snabble/sdk/ui/checkout/CheckoutActivity.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ class CheckoutActivity : FragmentActivity() {
7474
finish()
7575
return
7676
} else {
77-
navGraph.startDestination = startDestinationId
77+
navGraph.setStartDestination(startDestinationId)
7878
}
7979

8080
navController.graph = navGraph

0 commit comments

Comments
 (0)