This repository has been archived by the owner on May 1, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix crash on iOS LabelRenderer (#14982)
When the label is `TextType=Html` and the html is big, when you send the app to background change the theme and go back then the app has high changes to crash because the `Element` is `null`. So this fixes it by checking that before updating the color.
- Loading branch information