jmartin
Results
2
comments of
jmartin
Same problem gere, but i've fond another solution. AppCompatDelegate.setAppLocales() and LocalManager not working (recreate activity while testing, not good 😄 ) So i use a Restricted API ```kotlin @SuppressLint("RestrictedApi") @Before...
Same problem here. stringResource is not updated correctly from api 24 to 33 when config change triggered (LocalConfiguration.current not updated...) To manage `configChanges`, you must also add `screenLayout` to avoid...