group MMS at fetching by id too, not just sms
This commit is contained in:
parent
e79818d789
commit
2a0a96718a
|
@ -110,7 +110,7 @@ fun Context.getMMS(threadId: Int? = null, sortOrder: String? = null): ArrayList<
|
|||
)
|
||||
|
||||
val selection = if (threadId == null) {
|
||||
null
|
||||
"1 == 1) GROUP BY (${Mms.THREAD_ID}"
|
||||
} else {
|
||||
"${Mms.THREAD_ID} = ?"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue