diff --git a/nativescript-core/ui/styling/background.android.ts b/nativescript-core/ui/styling/background.android.ts index 7b545217e..6b6d8b85a 100644 --- a/nativescript-core/ui/styling/background.android.ts +++ b/nativescript-core/ui/styling/background.android.ts @@ -91,8 +91,6 @@ export module ad { } nativeView.setBackground(defaultDrawable); - // TODO: Do we need to clear the drawable here? Can't we just reuse it again? - androidView._cachedDrawable = undefined; } // TODO: Can we move BorderWidths as separate native setter?