Skip to content

Commit 5977110

Browse files
Update VSpotView2.java
1 parent 4f4297e commit 5977110

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

library/src/main/java/com/developer/spoti/vspoti/VSpotView2.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
2222
public class VSpotView2 extends FrameLayout {
2323

2424
private static final float INDICATOR_HEIGHT = 30;
25-
private final float density;
26-
private final List<View> targetViews;
27-
private final List<RectF> targetRects;
28-
private final VSpotMessageView mMessageView;
25+
private float density;
26+
private List<View> targetViews;
27+
private List<RectF> targetRects;
28+
private VSpotMessageView mMessageView;
2929
private boolean isTop;
3030
private Gravity mGravity;
3131
private DismissType dismissType;

0 commit comments

Comments
 (0)