mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-05 08:33:37 +02:00
Delete message values on destroy
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user