Clear text views

This commit is contained in:
M66B
2024-07-03 14:52:11 +02:00
parent 706ce8ba48
commit bbba762736

View File

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