mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-01 12:44:42 +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))
|
if (!TextUtils.isEmpty(inreplyto) && !refs.contains(inreplyto))
|
||||||
refs.add(inreplyto);
|
refs.add(inreplyto);
|
||||||
|
|
||||||
|
Collections.sort(refs);
|
||||||
|
|
||||||
DB db = DB.getInstance(context);
|
DB db = DB.getInstance(context);
|
||||||
List<EntityMessage> before = new ArrayList<>();
|
List<EntityMessage> before = new ArrayList<>();
|
||||||
for (String ref : refs)
|
for (String ref : refs)
|
||||||
|
|
Loading…
Reference in a new issue