mirror of https://github.com/M66B/FairEmail.git
Delete message values on destroy
This commit is contained in:
parent
d4afd593a0
commit
385704a7bd
|
@ -1295,6 +1295,14 @@ public class FragmentMessages extends FragmentBase implements SharedPreferences.
|
|||
if (pgpService != null && pgpService.isBound())
|
||||
pgpService.unbindFromService();
|
||||
|
||||
kv.clear();
|
||||
values.clear();
|
||||
sizes.clear();
|
||||
heights.clear();
|
||||
positions.clear();
|
||||
attachments.clear();
|
||||
accountSwipes.clear();
|
||||
|
||||
super.onDestroyView();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue