Update android/KMEA/app/src/main/assets/keyboard.html

Co-authored-by: Marc Durdin <marc@durdin.net>
This commit is contained in:
Darcy Wong 2021-04-29 12:48:44 +07:00 committed by GitHub
parent fb9f3c7cfa
commit a42368f873
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -345,7 +345,7 @@
}
function toHex(theString) {
if (theString == null) {
if (typeof theString != 'string') {
return '';
}
var hexString = '';