Revert "Clear text views"

This reverts commit bbba762736.
This commit is contained in:
M66B
2024-07-06 11:28:06 +02:00
parent 5973265eb4
commit f18750a34c

View File

@@ -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());
}
}