Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Stop delayed transition

TransitionManager has the endTransitions method, but it exist only for >= api 23. Is there a way that stops pending or executing transition that started by beginDelayedTransition?

There is problem when transition is overlapped...

like image 830
Alexey Subbota Avatar asked Oct 15 '25 10:10

Alexey Subbota


1 Answers

Call TransitionManager.endTransitions. If your minSdkVersion is lower than 23, use the TransitionManager of androidx.transition.

like image 50
Cristan Avatar answered Oct 17 '25 05:10

Cristan



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!