1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2024-12-28 10:47:28 +00:00

Small improvement

This commit is contained in:
M66B 2024-08-08 22:15:47 +02:00
parent 2ef6bcd97d
commit a097241fc1

View file

@ -1733,6 +1733,8 @@ public class MessageHelper {
if (!TextUtils.isEmpty(inreplyto) && !refs.contains(inreplyto))
refs.add(inreplyto);
Collections.sort(refs);
DB db = DB.getInstance(context);
List<EntityMessage> before = new ArrayList<>();
for (String ref : refs)