Small improvement

This commit is contained in:
M66B 2020-12-08 09:34:26 +01:00
parent 8ae957ad3a
commit b126296210
1 changed files with 1 additions and 1 deletions

View File

@ -941,7 +941,7 @@ class Core {
newuid = found;
else if (!newuid.equals(found)) {
Log.e(folder.name + " Added=" + newuid + " found=" + found);
newuid = found;
newuid = Math.max(newuid, found);
}
if (newuid != null && (message.uid == null || newuid > message.uid))