Skip to content

Commit 154115f

Browse files
Update VSpotMessageView2.java
1 parent 6f8909c commit 154115f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@
1313

1414
class VSpotMessageView2 extends LinearLayout {
1515

16+
private CharSequence fullText = "";
17+
private int index = 0;
18+
private long delay = 30; // delay in ms per character
19+
private final android.os.Handler handler = new android.os.Handler();
20+
1621
private TextView mTitleTextView;
1722
private TextView mContentTextView;
1823
private float density;

0 commit comments

Comments
 (0)