mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-01 12:44:42 +00:00
Keep values for recreate
This commit is contained in:
parent
671d336b07
commit
f26e2a1d9c
1 changed files with 7 additions and 7 deletions
|
@ -1296,13 +1296,13 @@ public class FragmentMessages extends FragmentBase implements SharedPreferences.
|
|||
}
|
||||
pgpService = null;
|
||||
|
||||
kv.clear();
|
||||
values.clear();
|
||||
sizes.clear();
|
||||
heights.clear();
|
||||
positions.clear();
|
||||
attachments.clear();
|
||||
accountSwipes.clear();
|
||||
//kv.clear();
|
||||
//values.clear();
|
||||
//sizes.clear();
|
||||
//heights.clear();
|
||||
//positions.clear();
|
||||
//attachments.clear();
|
||||
//accountSwipes.clear();
|
||||
|
||||
super.onDestroyView();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue