Skip to content

Commit

Permalink
Hide the Back button when a transaction is in progress
Browse files Browse the repository at this point in the history
  • Loading branch information
afterxleep committed Jan 11, 2024
1 parent 5528d85 commit 43d53e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DuckDuckGo/PrivacyPro/Views/SubscriptionFlowView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ struct SubscriptionFlowView: View {
Task { await viewModel.initializeViewData() }
})
.navigationTitle(viewModel.viewTitle)

.navigationBarBackButtonHidden(viewModel.transactionInProgress)

// Active subscription found Alert
.alert(isPresented: $viewModel.hasActiveSubscription) {
Expand Down

0 comments on commit 43d53e4

Please sign in to comment.