Skip to content

Commit 4b8ad6f

Browse files
committed
fix(android): use textview for now (wrong measure)
1 parent fce58b1 commit 4b8ad6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/label.android.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -244,8 +244,8 @@ export class Label extends LabelBase {
244244
@profile
245245
public createNativeView() {
246246
if (!TextView) {
247-
TextView = (com as any).nativescript.label.Label;
248-
// TextView = android.widget.TextView;
247+
// TextView = (com as any).nativescript.label.Label;
248+
TextView = android.widget.TextView;
249249
}
250250
return new TextView(this._context);
251251
}

0 commit comments

Comments
 (0)