Skip to content

Commit c5561d6

Browse files
authored
fix(android): use nativeTextViewProtected in TextField (#10450)
1 parent 172d346 commit c5561d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/ui/text-field/index.android.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export class TextField extends TextFieldBase {
4040
setSecureAndKeyboardType(): void {
4141
let inputType: number;
4242

43-
const nativeView = this.nativeViewProtected;
43+
const nativeView = this.nativeTextViewProtected;
4444
const numericKeyboardType = +this.keyboardType;
4545

4646
// Check for a passed in numeric value

0 commit comments

Comments
 (0)