We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2ba9ed commit 488d8e5Copy full SHA for 488d8e5
1 file changed
packages/core/ui/core/view/index.android.ts
@@ -460,8 +460,6 @@ export class View extends ViewCommon {
460
public initNativeView(): void {
461
super.initNativeView();
462
463
- const nativeView = <NativeScriptAndroidView>this.nativeViewProtected;
464
-
465
this._isClickable = this.nativeViewProtected.isClickable();
466
467
if (this.needsOnLayoutChangeListener()) {
0 commit comments