Attempt to fix ChipDrawable leak

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

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

Loading…
Cancel
Save