File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -335,11 +335,11 @@ export class TextField extends TextFieldBase {
335
335
}
336
336
337
337
[ testIDProperty . setNative ] ( value : string ) : void {
338
- this . setAccessibilityIdentifier ( this . nativeTextViewProtected , value ) ;
338
+ this . setAccessibilityIdentifier ( this . nativeViewProtected , value ) ;
339
339
}
340
340
341
341
[ accessibilityIdentifierProperty . setNative ] ( value : string ) : void {
342
- this . setAccessibilityIdentifier ( this . nativeTextViewProtected , value ) ;
342
+ this . setAccessibilityIdentifier ( this . nativeViewProtected , value ) ;
343
343
}
344
344
}
345
345
Original file line number Diff line number Diff line change @@ -306,11 +306,11 @@ export class TextView extends TextViewBase {
306
306
this . nativeTextViewProtected . setGravity ( getHorizontalGravity ( this . textAlignment ) | getVerticalGravity ( value ) ) ;
307
307
}
308
308
[ testIDProperty . setNative ] ( value : string ) : void {
309
- this . setAccessibilityIdentifier ( this . nativeTextViewProtected , value ) ;
309
+ this . setAccessibilityIdentifier ( this . nativeViewProtected , value ) ;
310
310
}
311
311
312
312
[ accessibilityIdentifierProperty . setNative ] ( value : string ) : void {
313
- this . setAccessibilityIdentifier ( this . nativeTextViewProtected , value ) ;
313
+ this . setAccessibilityIdentifier ( this . nativeViewProtected , value ) ;
314
314
}
315
315
}
316
316
You can’t perform that action at this time.
0 commit comments