I used color animation for LongClick but it works only 1 time. If I press second time it doesn't work. I used exactly same for iOS and it works. What can be the problem?
B4X:
ub BtnSOS_LongClick
BtnSOS.SetColorAnimated(1000, 0, 100)
BtnSOS.Color = Colors.Black
Event = "sos"
End Sub