fix anumation

This commit is contained in:
Alexey Kuznetsov 2016-03-27 08:15:34 +03:00
commit d2b82941b8

View file

@ -52,7 +52,6 @@ public class StepAnimation extends Animation {
} else {
StepAnimation mm = c.create();
if (animate) {
Log.d("123", "new " + expand + " " + mm.view.getVisibility());
if (mm.animationReady()) {
mm.startAnimation(v);
} else {