Subject: IllegalStateException in Paywall UI Composition (Android)
Description:
We're experiencing intermittent crashes when launching the paywall with error:
"Unsupported concurrent change during composition".
Steps to Reproduce:
1. Call Purchases.sharedInstance.getOfferings()
2. Launch paywall using PaywallActivityLauncher
3. Crash occurs randomly during UI composition
Environment:
- RevenueCat SDK: 8.14.0
- Compose: 1.7.8
- Device: Pixel 6 (API 34)
Additional Info:
- Same code works in another app
- Crash occurs even with 200ms delay before launch
Request:
Can you confirm if this is a known issue? Are there thread-safety guarantees for Paywall UI?