Skip to content

Commit

Permalink
avoid unnecessary noise in debug console
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoEidinger committed Apr 7, 2022
1 parent 440fd80 commit 125ddc9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions DemoApp/DemoApp/ContentView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ struct ContentView: View {
.onAppear {
self.model.loadStatus()
}
.navigationViewStyle(.stack)
}
}

Expand Down
1 change: 1 addition & 0 deletions LocalPackage/Sources/LocalPackage/LocalPackage.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ public struct SettingsView: View {
}
.navigationTitle("Settings")
}
.navigationViewStyle(.stack)
}
}

Expand Down

0 comments on commit 125ddc9

Please sign in to comment.