allow storing unstored numbers from the conversation screen too

This commit is contained in:
tibbi 2022-03-25 21:07:54 +01:00
parent 57a417f42b
commit aa495b4251
3 changed files with 22 additions and 2 deletions

View file

@ -7,10 +7,10 @@ import android.graphics.Bitmap
import android.os.Handler
import android.os.Looper
import android.provider.Telephony
import com.simplemobiletools.commons.extensions.getMyContactsCursor
import com.bumptech.glide.Glide
import com.bumptech.glide.load.engine.DiskCacheStrategy
import com.bumptech.glide.request.RequestOptions
import com.simplemobiletools.commons.extensions.getMyContactsCursor
import com.simplemobiletools.commons.extensions.isNumberBlocked
import com.simplemobiletools.commons.helpers.SimpleContactsHelper
import com.simplemobiletools.commons.helpers.ensureBackgroundThread