mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-04 06:20:26 +00:00
Attempt to fix ChipDrawable leak
This commit is contained in:
parent
5c380c1d1b
commit
21a9bc0d91
1 changed files with 6 additions and 0 deletions
|
@ -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…
Reference in a new issue