updating commons

This commit is contained in:
tibbi 2022-02-07 11:45:59 +01:00
parent 47cba56e31
commit cc04594d31
7 changed files with 8 additions and 8 deletions

View file

@ -47,7 +47,7 @@ class SmsReceiver : BroadcastReceiver() {
val bitmap = getPhotoForNotification(address, context)
Handler(Looper.getMainLooper()).post {
val privateCursor = context.getMyContactsCursor(false, true)?.loadInBackground()
val privateCursor = context.getMyContactsCursor(false, true)
if (!context.isNumberBlocked(address)) {
ensureBackgroundThread {
val newMessageId = context.insertNewSMS(address, subject, body, date, read, threadId, type, subscriptionId)