I have seen numerous posts in this channel about handling your own config changes in a Compose app/activity, but I feel like I must be missing something. I am using a custom design system as described in the official documentation here. When I change the TextSize in accessibility settings or change the theme by using
AppCompatDelegate.setDefaultNightMode
I can see that
onConfigurationChanged
is called in the Activity, but nothing automatically changes in my composables. Is there more setup needed that I have missed in a thread?
s
Stylianos Gakis
10/20/2022, 2:17 PM
But then when you force close the app and open it again, does it match the new updated text size as expected?