fix #278, removing a weird MMS grouping rule, not sure why was it added

This commit is contained in:
tibbi 2022-02-05 22:51:34 +01:00
parent 7e9586af09
commit b7510134a6
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ fun Context.getMMS(threadId: Long? = null, sortOrder: String? = null): ArrayList
) )
val selection = if (threadId == null) { val selection = if (threadId == null) {
"1 == 1) GROUP BY (${Mms.THREAD_ID}" null
} else { } else {
"${Mms.THREAD_ID} = ?" "${Mms.THREAD_ID} = ?"
} }