mirror of
https://github.com/SimpleMobileTools/Simple-SMS-Messenger.git
synced 2025-02-07 04:43:24 +01:00
adding some empty lines
This commit is contained in:
parent
758d538e64
commit
98fc6eb0b4
@ -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…
x
Reference in New Issue
Block a user