-
Notifications
You must be signed in to change notification settings - Fork 8
Description
Hi Devs,
I saw that that someone else had posted about this issue but there wasn't any information provided.
When trying to use the register function (Superwall.instance.register("event_name")), I noticed that the Superwall paywall never appears, and in logcat I see:
"View class com.superwall.sdk.paywall.view.ShimmerView is an AppCompat widget that can only be used with a Theme.AppCompat theme (or descendant)."
However, the Activity I'm calling register from is an AppCompatActivity with an AppCompat descended theme, so I'm not sure how to remedy this issue. This issue appears to only trigger that log message one time and then further attempts will omit the log message but seems to run into the same issue because the superwall paywall still won't open.
Any help or insights would be greatly appreciated!