mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-05 08:33:37 +02:00
Fixed typo
This commit is contained in:
@@ -1031,7 +1031,7 @@ class Core {
|
||||
Log.e(ex);
|
||||
}
|
||||
} else {
|
||||
// Lookup added messages
|
||||
// Lookup added message
|
||||
int count = 0;
|
||||
Long found = newuid;
|
||||
while (found == null && count++ < FIND_RETRY_COUNT) {
|
||||
|
||||
Reference in New Issue
Block a user