Hey guys! I have an app whose Composables use the system's default font family (
FontFamily.Default
), but when I change the system's font, it is not updated until I clear the app's data.
Is there any way to "force" it to update?
➕ 1
s
Siyamed
08/29/2022, 6:42 PM
Some typefaces are probably cached and redrawing / recomposing might not help.
If it doesn't update when you force recompose for example(not as a solution but to see what happens) i would create a ticket.
Is it on a samsung device?