Small improvement

This commit is contained in:
M66B 2022-04-12 08:32:25 +02:00
parent ddbdfcd522
commit 96c819d270
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ public class WorkerFts extends Worker {
indexed++;
if (ids.size() > INDEX_BATCH_SIZE)
if (ids.size() >= INDEX_BATCH_SIZE)
markIndexed(db, ids);
} catch (Throwable ex) {
Log.e(ex);