adding some empty lines
This commit is contained in:
parent
758d538e64
commit
98fc6eb0b4
1 changed files with 2 additions and 0 deletions
|
|
@ -26,9 +26,11 @@ class MmsSentReceiver : SendStatusReceiver() {
|
|||
context.toast(msg = msg, length = Toast.LENGTH_LONG)
|
||||
Telephony.Mms.MESSAGE_BOX_FAILED
|
||||
}
|
||||
|
||||
val values = ContentValues(1).apply {
|
||||
put(Telephony.Mms.MESSAGE_BOX, messageBox)
|
||||
}
|
||||
|
||||
try {
|
||||
context.contentResolver.update(uri, values, null, null)
|
||||
} catch (e: SQLiteException) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue