Merge branch 'mvvm' into add_remove_all_backs
This commit is contained in:
commit
bd5c2d5f5d
|
|
@ -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++) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue