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?