Skip to content

Commit 14cf2de

Browse files
author
Tim Rijckaert
committed
testing
1 parent bc80d59 commit 14cf2de

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

library/src/main/kotlin/be/rijckaert/tim/animatedvector/FloatingMusicActionButton.kt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,13 @@ class FloatingMusicActionButton : FloatingActionButton {
4848
setMode(currentMode)
4949
this.setImageDrawable(currentDrawable)
5050
}
51-
//</editor-fold>
5251

52+
//</editor-fold>
53+
@Synchronized
5354
fun playAnimation() {
5455
this.setImageDrawable(currentDrawable)
5556
currentDrawable.startAsAnimatable {
56-
setOppositeMode()
57+
setOppositeMode()
5758
}
5859
}
5960

0 commit comments

Comments
 (0)