Skip to content

Commit 488d8e5

Browse files
committed
chore: Removed unused line
1 parent d2ba9ed commit 488d8e5

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

packages/core/ui/core/view/index.android.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -460,8 +460,6 @@ export class View extends ViewCommon {
460460
public initNativeView(): void {
461461
super.initNativeView();
462462

463-
const nativeView = <NativeScriptAndroidView>this.nativeViewProtected;
464-
465463
this._isClickable = this.nativeViewProtected.isClickable();
466464

467465
if (this.needsOnLayoutChangeListener()) {

0 commit comments

Comments
 (0)