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