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 323cfea commit 613170fCopy full SHA for 613170f
android/src/main/java/com/horcrux/svg/VirtualView.java
@@ -605,13 +605,13 @@ void setClientRect(RectF rect) {
605
UIManagerHelper.getEventDispatcherForReactTag(mContext, getId());
606
if (eventDispatcher != null) {
607
eventDispatcher.dispatchEvent(
608
- new SvgOnLayoutEvent(
609
- UIManagerHelper.getSurfaceId(VirtualView.this),
610
- this.getId(),
611
- left,
612
- top,
613
- width,
614
- height));
+ new SvgOnLayoutEvent(
+ UIManagerHelper.getSurfaceId(VirtualView.this),
+ this.getId(),
+ left,
+ top,
+ width,
+ height));
615
}
616
617
0 commit comments