Skip to content

Commit 5b42e39

Browse files
authored
Update MainActivity.kt
1 parent ce50fbf commit 5b42e39

File tree

1 file changed

+1
-1
lines changed
  • androidApp/src/androidMain/kotlin/com/hoc081098/compose_multiplatform_kmpviewmodel_sample

1 file changed

+1
-1
lines changed

androidApp/src/androidMain/kotlin/com/hoc081098/compose_multiplatform_kmpviewmodel_sample/MainActivity.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class MainActivity : AppCompatActivity() {
1717
setContent {
1818
AppTheme {
1919
NavHost(
20-
startRoute = SearchPhotoRoute as NavRoot,
20+
startRoute = SearchPhotoRoute as com.freeletics.khonshu.navigation.NavRoot,
2121
destinations = koinInjectSetMultibinding(AllDestinationsQualifier),
2222
destinationChangedCallback =
2323
remember {

0 commit comments

Comments
 (0)