mirror of https://github.com/M66B/FairEmail.git
Formatting
This commit is contained in:
parent
4ac88d9b97
commit
99108b951c
|
@ -289,7 +289,7 @@ public class BoundaryCallbackMessages extends PagedList.BoundaryCallback<TupleMe
|
|||
if (state.ids == null) {
|
||||
SQLiteDatabase sdb = Fts4DbHelper.getInstance(context);
|
||||
state.ids = Fts4DbHelper.match(sdb, account, folder, exclude, criteria, TextUtils.join(" ", word));
|
||||
EntityLog.log(context, "Boundary FTS " +
|
||||
EntityLog.log(context, "Boundary FTS" +
|
||||
" account=" + account +
|
||||
" folder=" + folder +
|
||||
" criteria=" + criteria +
|
||||
|
|
Loading…
Reference in New Issue