Fixed typo

This commit is contained in:
M66B 2021-03-13 12:42:46 +01:00
parent 274bb3d847
commit aa80cc2b62
1 changed files with 1 additions and 1 deletions

View File

@ -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) {