mirror of
https://github.com/SimpleMobileTools/Simple-SMS-Messenger.git
synced 2025-06-05 21:49:22 +02:00
fix #278, removing a weird MMS grouping rule, not sure why was it added
This commit is contained in:
@@ -126,7 +126,7 @@ fun Context.getMMS(threadId: Long? = null, sortOrder: String? = null): ArrayList
|
||||
)
|
||||
|
||||
val selection = if (threadId == null) {
|
||||
"1 == 1) GROUP BY (${Mms.THREAD_ID}"
|
||||
null
|
||||
} else {
|
||||
"${Mms.THREAD_ID} = ?"
|
||||
}
|
||||
|
Reference in New Issue
Block a user