Skip to content

Don't use non-AppCompat theme for AppCompat activities

Torsten Grote requested to merge 1395-low-memory-crash into master

Otherwise, when the activity gets started, it will throw: IllegalStateException: You need to use a Theme.AppCompat theme (or descendant) with this activity.

All affected activities don't load any layouts and finish during onCreate() so a visible theme shouldn't be an issue.

Merge request reports