Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
NachoSoto committed Sep 6, 2023

Verified

This commit was signed with the committer’s verified signature.
alexsapran Alexandros Sapranidis
1 parent 5809175 commit d645c11
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
@@ -48,7 +48,7 @@ extension View {
ViewThatFits(in: axes) {
self

ScrollView {
ScrollView(axes) {
self
}
}

0 comments on commit d645c11

Please sign in to comment.