Attempt to fix ChipDrawable leak

pull/214/head
M66B 5 months ago
parent 5c380c1d1b
commit 21a9bc0d91

@ -1683,6 +1683,12 @@ public class FragmentCompose extends FragmentBase {
@Override
public void onDestroyView() {
adapter = null;
// ChipDrawable context leak
etTo.setText(null);
etCc.setText(null);
etBcc.setText(null);
super.onDestroyView();
}

Loading…
Cancel
Save