Skip to content

Commit 4f4297e

Browse files
Update VSpotView2.java
1 parent 5d02a85 commit 4f4297e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public class VSpotView2 extends FrameLayout {
2525
private final float density;
2626
private final List<View> targetViews;
2727
private final List<RectF> targetRects;
28-
private VSpotMessageView mMessageView;
28+
private final VSpotMessageView mMessageView;
2929
private boolean isTop;
3030
private Gravity mGravity;
3131
private DismissType dismissType;

0 commit comments

Comments
 (0)