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
I wrap the only setText call in a standard @try/@catch block but it does not prevent the app from crashing because of bad HTML syntax. I can't prevent this, because data is coming from user.
In this case I have #FFFFF as the color code (missing one character).
How should i wrap the call so that it raises exception normally?
The text was updated successfully, but these errors were encountered:
I wrap the only
setText
call in a standard@try/@catch
block but it does not prevent the app from crashing because of bad HTML syntax. I can't prevent this, because data is coming from user.In this case I have
#FFFFF
as the color code (missing one character).How should i wrap the call so that it raises exception normally?
The text was updated successfully, but these errors were encountered: