Android Question color animation used for Btn_LongClick works 1 time only

Baris Karadeniz

Active Member
Licensed User
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
 
Top