Prevent crash

pull/160/head
M66B 6 years ago
parent 8073cf425e
commit 0a583b7a01

@ -1726,6 +1726,7 @@ public class FragmentMessages extends FragmentBase implements SharedPreferences.
args.putLongArray("ids", id == null ? getSelection() : new long[]{id}); args.putLongArray("ids", id == null ? getSelection() : new long[]{id});
args.putBoolean("seen", seen); args.putBoolean("seen", seen);
if (selectionTracker != null)
selectionTracker.clearSelection(); selectionTracker.clearSelection();
new SimpleTask<Void>() { new SimpleTask<Void>() {

Loading…
Cancel
Save