mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-23 14:41:08 +00:00
Small improvement
This commit is contained in:
parent
0341ef048a
commit
ff64391a75
1 changed files with 2 additions and 1 deletions
|
@ -4256,7 +4256,8 @@ public class FragmentMessages extends FragmentBase implements SharedPreferences.
|
|||
}
|
||||
|
||||
for (MessageTarget target : mt)
|
||||
if (!target.across && target.folder.id == folder)
|
||||
if (!target.across && target.folder.id == folder &&
|
||||
(removed == null || !removed.contains(target.id)))
|
||||
count++;
|
||||
|
||||
Log.i("Auto close=" + count);
|
||||
|
|
Loading…
Reference in a new issue