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 4f4297e commit 5977110Copy full SHA for 5977110
library/src/main/java/com/developer/spoti/vspoti/VSpotView2.java
@@ -22,10 +22,10 @@
22
public class VSpotView2 extends FrameLayout {
23
24
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;
+ private float density;
+ private List<View> targetViews;
+ private List<RectF> targetRects;
+ private VSpotMessageView mMessageView;
29
private boolean isTop;
30
private Gravity mGravity;
31
private DismissType dismissType;
0 commit comments