placeholderText

val placeholderText: String

This is so the heavy regex-based parsing is only activated once per unique, instead of every time it's called

  • for instance, in the city screen, we call every tile unique for every tile, which can lead to ANRs

Sources

jvm source
Link copied to clipboard