mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-08 18:13:24 +02:00
Attempt to prevent crash
This commit is contained in:
@@ -400,6 +400,12 @@ public class FragmentMessages extends FragmentBase {
|
||||
return view;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onDestroy() {
|
||||
selectionTracker = null;
|
||||
super.onDestroy();
|
||||
}
|
||||
|
||||
private void onSwipeRefresh() {
|
||||
Bundle args = new Bundle();
|
||||
args.putLong("folder", folder);
|
||||
|
||||
Reference in New Issue
Block a user