Skip to content

Commit e64e2ba

Browse files
committed
Removed default max lines
1 parent 01f4c44 commit e64e2ba

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

fadingtextview/src/main/java/com/tomer/fadingtextview/FadingTextView.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ private void init(Context context) {
7575
fadeOutAnimation = AnimationUtils.loadAnimation(context, R.anim.fadeout);
7676
handler = new Handler();
7777
isShown = true;
78-
setMaxLines(1);
7978
}
8079

8180
private void handleAttrs(Context context, AttributeSet attrs) {

0 commit comments

Comments
 (0)