Skip to content

Commit

Permalink
Merge pull request #2 from sofbix/feature/1
Browse files Browse the repository at this point in the history
fixed bug with saving State of Coordinator
  • Loading branch information
DemonSoft authored May 29, 2023
2 parents 7e4758d + 4696aa3 commit b70a244
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion navitest/Views/ContentView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class Coordinator: ObservableObject {


struct ContentView: View {
@ObservedObject private var model = Coordinator()
@StateObject private var model = Coordinator()
var body: some View {

NavigationStack(path: $model.path) {
Expand Down

0 comments on commit b70a244

Please sign in to comment.