mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-11 03:24:52 +02:00
Small improvement
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user