removing an empty line

This commit is contained in:
Tibor Kaputa 2023-06-26 22:48:13 +02:00 committed by GitHub
parent 3a4f54b4be
commit 73c12d0db1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -88,7 +88,6 @@ class SmsReceiver : BroadcastReceiver() {
refreshMessages()
context.showReceivedMessageNotification(newMessageId, address, body, threadId, bitmap)
}
}
}
}