mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-28 03:46:00 +01:00
Cleanup
This commit is contained in:
@@ -241,7 +241,7 @@ public class Fts5DbHelper extends SQLiteOpenHelper {
|
||||
" query=" + criteria.query);
|
||||
List<Long> result = new ArrayList<>();
|
||||
// TODO CASA
|
||||
try (Cursor cursor = DB.jni_safe_sqlite_query(db,
|
||||
try (Cursor cursor = db.query(
|
||||
"message", new String[]{"rowid"},
|
||||
select,
|
||||
args.toArray(new String[0]),
|
||||
|
||||
Reference in New Issue
Block a user