mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-05 16:43:26 +02:00
Keep selected on mark read/flag
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user