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
Read the subheader locale observably to satisfy lint
Reading Locale.getDefault() in a composable trips lint's NonObservableLocale
(the header wouldn't recompose on a locale change). Read the locale from
LocalConfiguration via ConfigurationCompat instead, matching the existing
stats-card pattern, keeping the locale-aware uppercase.
0 commit comments