mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-18 22:01:42 +08:00
chore: cleanup
This commit is contained in:
@ -280,15 +280,6 @@ export class TextBase extends TextBaseCommon {
|
|||||||
this.nativeTextViewProtected.setTransformationMethod(new TextTransformation(this));
|
this.nativeTextViewProtected.setTransformationMethod(new TextTransformation(this));
|
||||||
}
|
}
|
||||||
|
|
||||||
[accessibilityIdentifierProperty.setNative](value: string): void {
|
|
||||||
const id = Utils.ad.resources.getId(':id/nativescript_accessibility_id');
|
|
||||||
|
|
||||||
if (id) {
|
|
||||||
this.nativeTextViewProtected.setTag(id, value);
|
|
||||||
this.nativeTextViewProtected.setTag(value);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
[textAlignmentProperty.getDefault](): CoreTypes.TextAlignmentType {
|
[textAlignmentProperty.getDefault](): CoreTypes.TextAlignmentType {
|
||||||
return 'initial';
|
return 'initial';
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user