Skip to content

Commit 18a0a47

Browse files
committed
rename root graph for main graph
1 parent 860d2e1 commit 18a0a47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/com/nullpointer/blogcompose/ui/activitys/MainActivity.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ class MainActivity : ComponentActivity() {
5050
loading=false
5151
DestinationsNavHost(
5252
startRoute = startDestination,
53-
navGraph = NavGraphs.root,
53+
navGraph = NavGraphs.main,
5454
navController = rootAppState.navController,
5555
engine = rootAppState.navHostEngine,
5656
dependenciesContainerBuilder = {

0 commit comments

Comments
 (0)