Skip to content

Commit 190d295

Browse files
Update VSpotView.java
1 parent fb91049 commit 190d295

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,10 @@ public void setContentText(String str) {
287287
mMessageView.animateContentText(str);
288288
}
289289

290+
public void animateTitle(String title) {}
291+
292+
public void animateContent(String content) {}
293+
290294

291295
public void setContentSpan(Spannable span) {
292296
mMessageView.setContentSpan(span);

0 commit comments

Comments
 (0)