1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-03-15 00:21:10 +00:00

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