Skip to content

Commit

Permalink
Merge pull request #653 from OneBusAway/fix_634
Browse files Browse the repository at this point in the history
Filter routes navigation view should be .stack style
  • Loading branch information
ualch9 authored Mar 21, 2023
2 parents 9ef9fc3 + 14d0293 commit 6164609
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions OBAKit/Stops/StopPreferencesView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ struct StopPreferencesWrappedView: View {
NavigationView {
StopPreferencesView(viewModel: $viewModel)
}
.navigationViewStyle(.stack)
.onReceive(Just(viewModel.selectedRoutes), perform: { _ in
guard let delegate = delegate else {
return
Expand Down

0 comments on commit 6164609

Please sign in to comment.