Revert "Clear text views"

This reverts commit bbba762736.
pull/215/head
M66B 4 months ago
parent 5973265eb4
commit f18750a34c

@ -1997,8 +1997,6 @@ public class Helper {
if (tv != null) {
sb.append(" drawables");
tv.setCompoundDrawables(null, null, null, null);
sb.append(" text");
tv.setText(new SpannableStringBuilderEx());
}
}

Loading…
Cancel
Save