Merge branch 'master' into ios-swipte-back-action-bar-style

This commit is contained in:
Dimitar Topuzov
2020-01-16 11:07:37 +02:00
committed by GitHub

View File

@@ -273,7 +273,7 @@ export abstract class EditableTextBase extends EditableTextBaseCommon {
break;
case "integer":
newInputType = android.text.InputType.TYPE_CLASS_NUMBER | android.text.InputType.TYPE_NUMBER_VARIATION_PASSWORD;
newInputType = android.text.InputType.TYPE_CLASS_NUMBER;
break;
default: