parent
ee8ef34f06
commit
07a751a237
|
@ -71,7 +71,6 @@ struct ProfileEditView: View, Routable {
|
||||||
.navigationTitle(Strings.Global.profile)
|
.navigationTitle(Strings.Global.profile)
|
||||||
.navigationBarBackButtonHidden(true)
|
.navigationBarBackButtonHidden(true)
|
||||||
.navigationDestination(for: NavigationRoute.self, destination: pushDestination)
|
.navigationDestination(for: NavigationRoute.self, destination: pushDestination)
|
||||||
.environment(\.navigationPath, $path)
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -155,6 +154,7 @@ private extension ProfileEditView {
|
||||||
moduleId: moduleId,
|
moduleId: moduleId,
|
||||||
moduleViewFactory: moduleViewFactory
|
moduleViewFactory: moduleViewFactory
|
||||||
)
|
)
|
||||||
|
.environment(\.navigationPath, $path)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue