Skip to content

Commit 6691c44

Browse files
author
farfromrefuge
committed
fix(android): regression fix
1 parent 7c06460 commit 6691c44

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/label.android.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -230,9 +230,9 @@ export class Label extends LabelBase {
230230

231231
@profile
232232
public createNativeView() {
233-
// if (!TextView) {
234-
// TextView = com.nativescript.text.TextView;
235-
// }
233+
if (!TextView) {
234+
TextView = com.nativescript.text.TextView;
235+
}
236236
// return new TextView(this._context);
237237
if (!layoutId) {
238238
const context = Utils.android.getApplicationContext();

0 commit comments

Comments
 (0)