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