There was an error while loading. Please reload this page.
1 parent dc7215f commit 522ab8dCopy full SHA for 522ab8d
1 file changed
nativescript-core/ui/styling/background.android.ts
@@ -91,8 +91,6 @@ export module ad {
91
}
92
93
nativeView.setBackground(defaultDrawable);
94
- // TODO: Do we need to clear the drawable here? Can't we just reuse it again?
95
- androidView._cachedDrawable = undefined;
96
97
98
// TODO: Can we move BorderWidths as separate native setter?
0 commit comments