Skip to content

Commit

Permalink
Paywalls: Fix navigation with close button in UIKit (#3466)
Browse files Browse the repository at this point in the history
  • Loading branch information
aboedo authored Nov 22, 2023
1 parent a71cfe0 commit f8a059c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions RevenueCatUI/PaywallView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,8 @@ struct LoadedOfferingPaywallView: View {
view
.toolbar { Self.toolbar(dismiss) }
}
.navigationViewStyle(.stack)

} else {
view
}
Expand Down

0 comments on commit f8a059c

Please sign in to comment.