DSpotDevelopers / declex

DecleX - Declarative Framework for Android, easier and faster coding.
Other
168 stars 25 forks source link

An unnecessary backslash (\) is added before single quotes (') in a string literal passed to the method message() of an $AlertDialog . #251

Open isidro89 opened 5 years ago

isidro89 commented 5 years ago

declex_version = "2.0.a.35"

$AlertDialog().message("it's ok").dialog(); shows a dialog with this message it\'s ok when what is expected as the dialog message is it's ok. It works well with string resources, though.