andkulikov / Transitions-Everywhere

Set of extra Transitions on top of Jetpack Transitions Library
Apache License 2.0
4.83k stars 487 forks source link

Crash on Android 4.1 with transitions inside toolbar #30

Closed stepango closed 8 years ago

stepango commented 8 years ago

TransitionManager.beginDelayedTransition(getToolbar());

If i'll call this code before expandActionView in any item in toolbar all toolbar content will be messed up.

If toolbar has animateLayoutStateChanges flag equals true any toolbar interaction would cause a crash in this situation.

andkulikov commented 8 years ago

fixed in 1.6.1. thanks!