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 fb91049 commit 190d295Copy full SHA for 190d295
library/src/main/java/com/developer/spoti/vspoti/VSpotView.java
@@ -287,6 +287,10 @@ public void setContentText(String str) {
287
mMessageView.animateContentText(str);
288
}
289
290
+ public void animateTitle(String title) {}
291
+
292
+ public void animateContent(String content) {}
293
294
295
public void setContentSpan(Spannable span) {
296
mMessageView.setContentSpan(span);
0 commit comments