mirror of
https://github.com/SimpleMobileTools/Simple-SMS-Messenger.git
synced 2025-06-05 21:49:22 +02:00
adding some empty lines
This commit is contained in:
@ -26,9 +26,11 @@ class MmsSentReceiver : SendStatusReceiver() {
|
|||||||
context.toast(msg = msg, length = Toast.LENGTH_LONG)
|
context.toast(msg = msg, length = Toast.LENGTH_LONG)
|
||||||
Telephony.Mms.MESSAGE_BOX_FAILED
|
Telephony.Mms.MESSAGE_BOX_FAILED
|
||||||
}
|
}
|
||||||
|
|
||||||
val values = ContentValues(1).apply {
|
val values = ContentValues(1).apply {
|
||||||
put(Telephony.Mms.MESSAGE_BOX, messageBox)
|
put(Telephony.Mms.MESSAGE_BOX, messageBox)
|
||||||
}
|
}
|
||||||
|
|
||||||
try {
|
try {
|
||||||
context.contentResolver.update(uri, values, null, null)
|
context.contentResolver.update(uri, values, null, null)
|
||||||
} catch (e: SQLiteException) {
|
} catch (e: SQLiteException) {
|
||||||
|
Reference in New Issue
Block a user