We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca48f66 commit c5fb734Copy full SHA for c5fb734
1 file changed
expandabletextview/src/main/java/at/blogc/android/views/ExpandableTextView.java
@@ -213,9 +213,6 @@ public boolean collapse()
213
// get expanded height
214
final int expandedHeight = this.getMeasuredHeight();
215
216
- // get collapsed height
217
- //TODO
218
-
219
// animate from expanded height to collapsed height
220
final ValueAnimator valueAnimator = ValueAnimator.ofInt(expandedHeight, this.collapsedHeight);
221
valueAnimator.addUpdateListener(new ValueAnimator.AnimatorUpdateListener()
0 commit comments