Skip to content

Commit 83f5368

Browse files
Update VSpotView2.java
1 parent 9449e16 commit 83f5368

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

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

2424
private static final float INDICATOR_HEIGHT = 30;
25-
private float density;
26-
private List<View> targetViews;
25+
private final float density;
26+
private final List<View> targetViews;
2727
private List<RectF> targetRects;
2828
private VSpotMessageView mMessageView;
2929
private boolean isTop;

0 commit comments

Comments
 (0)