Keep selected on mark read/flag

This commit is contained in:
M66B 2019-11-18 14:06:50 +01:00
parent 275fc03ee8
commit 2bdac8a6c0
1 changed files with 3 additions and 3 deletions

View File

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