Hey guys! I have an app whose Composables use the ...
# compose
l
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
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?
c
Is it on a samsung device?
😂