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
fix: use AppCompatActivity for per-app locale support
AppCompatDelegate.setApplicationLocales() requires an AppCompatActivity
to properly apply per-app locales and trigger configuration changes.
- Change MainActivity and WidgetConfigActivity to extend AppCompatActivity.
- Apply the saved locale in WidgetConfigActivity.onCreate before super.onCreate().
- Switch the app theme parent to Theme.AppCompat.DayNight.NoActionBar so
AppCompatActivity is happy while Compose theming remains unchanged.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments