Bug 1098240 - Remove obsolete comment (r=mcomella)

This commit is contained in:
Lucas Rocha 2014-11-18 11:44:38 +00:00
parent a437424e38
commit d41ce4edc7

View File

@ -124,7 +124,6 @@ public class TabStripView extends TwoWayView {
for (int i = removedPosition - firstPosition; i < childCount; i++) {
final View child = getChildAt(i);
// TODO: optimize with Valueresolver
final ObjectAnimator animator =
ObjectAnimator.ofFloat(child, "translationX", removedSize, 0);
childAnimators.add(animator);