Skip to content

Commit

Permalink
Merge pull request #39 from loopandlearn/fix/deactivate-sideways-pull
Browse files Browse the repository at this point in the history
Prevent Deactivate Pod card from being dismissed with a sideways pull
  • Loading branch information
marionbarker authored Aug 21, 2024
2 parents 849dc7a + 763394f commit 3a75484
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions OmniKitUI/Views/DeactivatePodView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ struct DeactivatePodView: View {
}
.alert(isPresented: $removePodModalIsPresented) { removePodModal }
.navigationBarTitle(LocalizedString("Deactivate Pod", comment: "navigation bar title for deactivate pod"), displayMode: .automatic)
.navigationBarBackButtonHidden(true)
.navigationBarItems(trailing:
Button("Cancel") {
viewModel.didCancel?()
Expand Down

0 comments on commit 3a75484

Please sign in to comment.