Merge pull request #589 from Naveen3Singh/improve_compressor

Improve image compression
This commit is contained in:
Tibor Kaputa 2023-03-04 20:34:26 +01:00 committed by GitHub
commit 758d538e64
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 102 additions and 92 deletions

View file

@ -42,9 +42,7 @@ class MmsSentReceiver : SendStatusReceiver() {
}
override fun updateAppDatabase(context: Context, intent: Intent, receiverResultCode: Int) {
if (resultCode == Activity.RESULT_OK) {
refreshMessages()
}
refreshMessages()
}
companion object {