Skip to content

Commit

Permalink
Update MainActivity.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
hoc081098 authored Dec 10, 2023
1 parent ce50fbf commit 5b42e39
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class MainActivity : AppCompatActivity() {
setContent {
AppTheme {
NavHost(
startRoute = SearchPhotoRoute as NavRoot,
startRoute = SearchPhotoRoute as com.freeletics.khonshu.navigation.NavRoot,
destinations = koinInjectSetMultibinding(AllDestinationsQualifier),
destinationChangedCallback =
remember {
Expand Down

0 comments on commit 5b42e39

Please sign in to comment.