Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Paywalls: simplified LoadingPaywallView #3265

Merged
merged 1 commit into from
Oct 3, 2023

Conversation

NachoSoto
Copy link
Contributor

This is a better fix than #3235. Instead of marking the view as disabled, which is also used by PurchaseHandler to signal that a purchase is in progress, we simply make that view not accept touches.

Which has the actual effect that we want (not being interactive), without messing with how it's displayed).

Screenshot 2023-10-02 at 14 04 49

This is a better fix than #3235. Instead of marking the view as disabled, which is also used by `PurchaseHandler` to signal that a purchase is in progress, we simply make that view not accept touches.
Which has the actual effect that we want (not being interactive), without messing with how it's displayed).
@NachoSoto NachoSoto requested a review from a team October 2, 2023 21:05
@NachoSoto NachoSoto merged commit aac02f5 into main Oct 3, 2023
18 of 19 checks passed
@NachoSoto NachoSoto deleted the paywalls-loading-hit-testing branch October 3, 2023 19:37
NachoSoto pushed a commit that referenced this pull request Oct 4, 2023
**This is an automatic release.**

### RevenueCatUI
* `Paywalls`: added shimmer effect to `LoadingPaywallView` (#3267) via
NachoSoto (@NachoSoto)
### Bugfixes
* `Paywalls`: fixed `macOS` compilation (#3272) via NachoSoto
(@NachoSoto)
### Other Changes
* Update `SwiftLint` (#3273) via NachoSoto (@NachoSoto)
* PaywallsTester: allow for configuration for demos (#3260) via Andy
Boedo (@aboedo)
* `Paywalls`: simplified `LoadingPaywallView` (#3265) via NachoSoto
(@NachoSoto)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants