mirror of
https://github.com/moparisthebest/Conversations
synced 2024-11-24 17:52:17 -05:00
Fix getSubDeviceSessions SQL query
This commit is contained in:
parent
2628662a7f
commit
03614a0262
@ -594,7 +594,7 @@ public class DatabaseBackend extends SQLiteOpenHelper {
|
||||
Cursor cursor = db.query(AxolotlService.SQLiteAxolotlStore.SESSION_TABLENAME,
|
||||
columns,
|
||||
AxolotlService.SQLiteAxolotlStore.ACCOUNT + " = ? AND "
|
||||
+ AxolotlService.SQLiteAxolotlStore.NAME + " = ? AND ",
|
||||
+ AxolotlService.SQLiteAxolotlStore.NAME + " = ?",
|
||||
selectionArgs,
|
||||
null, null, null);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user