Skip to content

Commit 3a2e055

Browse files
committed
chore: tsc
1 parent b2516f8 commit 3a2e055

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/textfield/textfield.android.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ export class TextField extends TextFieldBase {
9999
inflater = LayoutInflater.from(this._context);
100100
}
101101
layoutView = this.layoutView = inflater.inflate(layoutId, null) as com.google.android.material.textfield.TextInputLayout;
102-
editText = this.editText = layoutView.getEditText() as com.nativescript.material.textfield.TextInputEditText;
102+
editText = this.editText = layoutView.getEditText() as any as com.nativescript.material.textfield.TextInputEditText;
103103
} else {
104104
layoutView = this.layoutView = new com.google.android.material.textfield.TextInputLayout(this._context);
105105
editText = this.editText = new com.nativescript.material.textfield.TextInputEditText(layoutView.getContext());

0 commit comments

Comments
 (0)