We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8130ef commit dabfbcfCopy full SHA for dabfbcf
1 file changed
expandabletextview/src/main/java/at/blogc/android/views/ExpandableTextView.java
@@ -156,14 +156,9 @@ public void onAnimationUpdate(final ValueAnimator animation)
156
@Override
157
public void onAnimationEnd(final Animator animation)
158
{
159
-<<<<<<< HEAD
160
// reset min & max height (previously set with setHeight() method)
161
ExpandableTextView.this.setMaxHeight(Integer.MAX_VALUE);
162
ExpandableTextView.this.setMinHeight(0);
163
-=======
164
- setMaxHeight(Integer.MAX_VALUE);
165
- setMinHeight(0);
166
->>>>>>> dcf3cd7e24ecf9b8da5a9ca13eedb04be2fa4b9a
167
168
// if fully expanded, set height to WRAP_CONTENT, because when rotating the device
169
// the height calculated with this ValueAnimator isn't correct anymore
0 commit comments