Skip to content

Commit 98fc6eb

Browse files
committed
adding some empty lines
1 parent 758d538 commit 98fc6eb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/src/main/kotlin/com/simplemobiletools/smsmessenger/receivers/MmsSentReceiver.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,11 @@ class MmsSentReceiver : SendStatusReceiver() {
2626
context.toast(msg = msg, length = Toast.LENGTH_LONG)
2727
Telephony.Mms.MESSAGE_BOX_FAILED
2828
}
29+
2930
val values = ContentValues(1).apply {
3031
put(Telephony.Mms.MESSAGE_BOX, messageBox)
3132
}
33+
3234
try {
3335
context.contentResolver.update(uri, values, null, null)
3436
} catch (e: SQLiteException) {

0 commit comments

Comments
 (0)