Manabu-GT / ExpandableTextView

Android's TextView that can expand/collapse like the Google Play's app description
Apache License 2.0
4.08k stars 791 forks source link

a lot /n in text #50

Open cococa opened 7 years ago

cococa commented 7 years ago

when user input a lot /n , like String msg = "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\naaaaaa\n\n\n\n\n\n\n\n\n\n\n\n\n\n"

setText(msg, @NonNull SparseBooleanArray collapsedStatus, int position)

it will not work well