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 9449e16 commit 83f5368Copy full SHA for 83f5368
library/src/main/java/com/developer/spoti/vspoti/VSpotView2.java
@@ -22,8 +22,8 @@
22
public class VSpotView2 extends FrameLayout {
23
24
private static final float INDICATOR_HEIGHT = 30;
25
- private float density;
26
- private List<View> targetViews;
+ private final float density;
+ private final List<View> targetViews;
27
private List<RectF> targetRects;
28
private VSpotMessageView mMessageView;
29
private boolean isTop;
0 commit comments