Skip to content

Commit dabfbcf

Browse files
committed
remove merge conflicts
1 parent e8130ef commit dabfbcf

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -156,14 +156,9 @@ public void onAnimationUpdate(final ValueAnimator animation)
156156
@Override
157157
public void onAnimationEnd(final Animator animation)
158158
{
159-
<<<<<<< HEAD
160159
// reset min & max height (previously set with setHeight() method)
161160
ExpandableTextView.this.setMaxHeight(Integer.MAX_VALUE);
162161
ExpandableTextView.this.setMinHeight(0);
163-
=======
164-
setMaxHeight(Integer.MAX_VALUE);
165-
setMinHeight(0);
166-
>>>>>>> dcf3cd7e24ecf9b8da5a9ca13eedb04be2fa4b9a
167162

168163
// if fully expanded, set height to WRAP_CONTENT, because when rotating the device
169164
// the height calculated with this ValueAnimator isn't correct anymore

0 commit comments

Comments
 (0)