Merge branch 'mvvm' into add_remove_all_backs

This commit is contained in:
Maxim Bachinskiy 2018-10-05 18:17:54 +03:00
commit bd5c2d5f5d
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ public class Switcher extends FrameLayout {
public void showChild(@IdRes final int... ids) {
if (ViewCompat.isLaidOut(this)) {
TransitionManager.beginDelayedTransition(this, transition);
TransitionManager.beginDelayedTransition(this, transition.clone());
}
boolean found = false;
for (int index = 0; index < getChildCount(); index++) {