updating commons
This commit is contained in:
parent
47cba56e31
commit
cc04594d31
7 changed files with 8 additions and 8 deletions
|
|
@ -51,7 +51,7 @@ class SmsStatusSentReceiver : SentReceiver() {
|
|||
|
||||
private fun showSendingFailedNotification(context: Context, messageId: Long) {
|
||||
Handler(Looper.getMainLooper()).post {
|
||||
val privateCursor = context.getMyContactsCursor(false, true)?.loadInBackground()
|
||||
val privateCursor = context.getMyContactsCursor(false, true)
|
||||
ensureBackgroundThread {
|
||||
val address = context.getMessageRecipientAddress(messageId)
|
||||
val threadId = context.getThreadId(address)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue