mirror of https://github.com/M66B/FairEmail.git
Oops
This commit is contained in:
parent
dd14f680b6
commit
ad14bb4445
|
@ -1896,8 +1896,6 @@ public class Helper {
|
|||
if (TextView.class.isAssignableFrom(type)) {
|
||||
TextView tv = (TextView) field.get(instance);
|
||||
if (tv != null) {
|
||||
sb.append(" text");
|
||||
tv.setText(null);
|
||||
sb.append(" drawables");
|
||||
tv.setCompoundDrawables(null, null, null, null);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue