Skip to content

Commit c5fb734

Browse files
committed
remove todo
1 parent ca48f66 commit c5fb734

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

expandabletextview/src/main/java/at/blogc/android/views/ExpandableTextView.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -213,9 +213,6 @@ public boolean collapse()
213213
// get expanded height
214214
final int expandedHeight = this.getMeasuredHeight();
215215

216-
// get collapsed height
217-
//TODO
218-
219216
// animate from expanded height to collapsed height
220217
final ValueAnimator valueAnimator = ValueAnimator.ofInt(expandedHeight, this.collapsedHeight);
221218
valueAnimator.addUpdateListener(new ValueAnimator.AnimatorUpdateListener()

0 commit comments

Comments
 (0)