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