Prevent crash

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

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

Loading…
Cancel
Save