Attempt to prevent crash

This commit is contained in:
M66B
2019-01-24 19:28:30 +00:00
parent 1b643d13ec
commit 721bdda01c

View File

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