onAnimationEnd is not getting called, onAnimationStart works fine

后端 未结 14 1663
情书的邮戳
情书的邮戳 2020-12-23 19:51

I\'ve a ScrollView in the PopupWindow. I\'m animating ScrollView contents using TranslateAnimation.

When animation starts, the onAnimationStart listener is called bu

14条回答
  •  离开以前
    2020-12-23 20:12

    Are you not setting another animation before that one you are waiting ends?

    Without context is hard to understand if it's something like that... but it is probably one of the only things that would cause it.

提交回复
热议问题