Skip to content

Commit

Permalink
Paywalls: fixed View.scrollableIfNecessary (#2947)
Browse files Browse the repository at this point in the history
This wasn't setting the correct axes on the scroll view. This will be
necessary for the upcoming paywall using a horizontal scroll view.
  • Loading branch information
NachoSoto committed Aug 9, 2023
1 parent c20853e commit 7a8ae7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RevenueCatUI/Modifiers/ViewExtensions.swift
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ extension View {
ViewThatFits(in: axes) {
self

ScrollView {
ScrollView(axes) {
self
}
}
Expand Down

0 comments on commit 7a8ae7c

Please sign in to comment.