Attempt to prevent crash

pull/147/head
M66B 6 years ago
parent 1b643d13ec
commit 721bdda01c

@ -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);

Loading…
Cancel
Save