yeah I had none myself, sorry but I think I just figured it out. It's related to a string containing IPA stuff ([ˈstudn̩t])
k
Kirill Grouchnikov
04/21/2022, 8:56 PM
Is it test? Is it a text composable? Is it drawing text with Skia API? Literally zero context. Is it an error that crashes the app? Is it a warning?
s
S.
04/21/2022, 9:04 PM
Text composable with ipa characters as text. I guess it was a warning, it didn't crash or anything this message is all I got.
the issue was that I used GoogleSans which apparently doesn't support these characters, however used a substitution font I suppose because it showed the string as expected.
Quickly switched to NotoSans and there everything works fine