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 Sep 14, 2023
1 parent 2cfb83c commit f2cf24a
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 f2cf24a

Please sign in to comment.