-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
Description
Summary
I am usign the last version of sdk in our app and we have a issue to show the In-App Messaging dialogs. I call Batch.start(BuildConfig.BATCH_KEY) in Application with Batch.Messaging.setAutomaticMode(true). If I call Batch.Debug.startDebugActivity(this) I see the bottom banner.
The wierd thing which I see in console is this:
"View class com.batch.android.messaging.view.styled.a is an AppCompat widget that can only be used with a Theme.AppCompat theme (or descendant)."
Our app is using as theme: Theme.MaterialComponents.Light.NoActionBar.
I think the sdk need a update to support also this theme, right now we can not use it.
I waiting an answer, thank you.
Reproduction steps
Logs
Specifications
SDK Version
2.1.1
Installation method
Gradle dependency
Relevant development tools versions
Android targetSDK 35