You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My app is a Compose App, its activities use Theme.Material.
This causes an immediate crash with the obvious following error: java.lang.IllegalStateException: You need to use a Theme.AppCompat theme (or descendant) with this activity.
And I cannot go back to Theme.AppcCompat in activitites.
Any suggestion?
The text was updated successfully, but these errors were encountered:
theFasta
changed the title
Issues with COmpose app and Theme.AppCompat from the Rating Dialog
Issues with Compose app and Theme.AppCompat from the Rating Dialog
Nov 28, 2024
My app is a Compose App, its activities use Theme.Material.
This causes an immediate crash with the obvious following error: java.lang.IllegalStateException: You need to use a Theme.AppCompat theme (or descendant) with this activity.
And I cannot go back to Theme.AppcCompat in activitites.
Any suggestion?
The text was updated successfully, but these errors were encountered: