Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Paywalls
: present multiple concurrent purchases
Tapping multiple times on the `PurchaseButton` can lead to "purchase already in progress", because of a race condition with SwiftUI not updating the `.disabled` state on time. This works around that.
- Loading branch information