Keep selected on mark read/flag

pull/168/head
M66B 6 years ago
parent 275fc03ee8
commit 2bdac8a6c0

@ -1988,8 +1988,8 @@ 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) //if (selectionTracker != null)
selectionTracker.clearSelection(); // selectionTracker.clearSelection();
new SimpleTask<Void>() { new SimpleTask<Void>() {
@Override @Override
@ -2121,7 +2121,7 @@ public class FragmentMessages extends FragmentBase implements SharedPreferences.
if (color != null) if (color != null)
args.putInt("color", color); args.putInt("color", color);
selectionTracker.clearSelection(); //selectionTracker.clearSelection();
new SimpleTask<Void>() { new SimpleTask<Void>() {
@Override @Override

Loading…
Cancel
Save