You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to create a complication with curved text? I see an option to accomplish this through custom rendering as mentioned in this thread(#240 (comment)), but I'm not quite sure how to access "shortText" in complicationData.
The text was updated successfully, but these errors were encountered:
val text = when (complicationData) {
is ShortTextComplicationData -> complicationData.text.getTextAt(resources, instant)
is LongTextComplicationData -> complicationData.text.getTextAt(resources, instant)
else -> null
}
Is it possible to create a complication with curved text? I see an option to accomplish this through custom rendering as mentioned in this thread(#240 (comment)), but I'm not quite sure how to access "shortText" in complicationData.
The text was updated successfully, but these errors were encountered: