Add smiley translations for :-* (#724)

Just get yourself a kiss!
This commit is contained in:
ericschdt 2020-02-22 15:53:27 +00:00 committed by GitHub
parent 420fcb909f
commit f3c2c09dd7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ class SmileyConverter {
smiley_translations[":("] = "🙁";
smiley_translations[":'("] = "😢";
smiley_translations[":/"] = "😕";
smiley_translations[":-*"] = "😘️";
}
public SmileyConverter(TextView text_input) {