We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc80d59 commit 14cf2deCopy full SHA for 14cf2de
library/src/main/kotlin/be/rijckaert/tim/animatedvector/FloatingMusicActionButton.kt
@@ -48,12 +48,13 @@ class FloatingMusicActionButton : FloatingActionButton {
48
setMode(currentMode)
49
this.setImageDrawable(currentDrawable)
50
}
51
- //</editor-fold>
52
+ //</editor-fold>
53
+ @Synchronized
54
fun playAnimation() {
55
56
currentDrawable.startAsAnimatable {
- setOppositeMode()
57
+ setOppositeMode()
58
59
60
0 commit comments