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 e8c88bd commit 5a4e4a8Copy full SHA for 5a4e4a8
android/src/main/java/com/reactnativefastshadow/FastShadowView.java
@@ -62,12 +62,6 @@ public void releaseShadow() {
62
shadow = null;
63
}
64
65
- @Override
66
- protected void onDraw(Canvas canvas) {
67
- int width = Math.round(PixelUtil.toDIPFromPixel(getWidth()));
68
- super.onDraw(canvas);
69
- }
70
-
71
@Override
72
public void draw(Canvas canvas) {
73
// We override draw() and not onDraw() as we want to draw
0 commit comments