mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-28 10:47:28 +00:00
Small improvement
This commit is contained in:
parent
2ef6bcd97d
commit
a097241fc1
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue