mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 03:31:45 +08:00
fix: do not clear androidView._cachedDrawable (#8475)
This commit is contained in:
@ -91,8 +91,6 @@ export module ad {
|
|||||||
}
|
}
|
||||||
|
|
||||||
nativeView.setBackground(defaultDrawable);
|
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?
|
// TODO: Can we move BorderWidths as separate native setter?
|
||||||
|
Reference in New Issue
Block a user