Merge pull request #682 from esensar/feature/19-message-details

Add message details menu button
This commit is contained in:
Tibor Kaputa 2023-07-11 15:25:10 +02:00 committed by GitHub
commit 7ca11c8427
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
55 changed files with 434 additions and 5 deletions

View file

@ -55,7 +55,16 @@ class SmsReceiver : BroadcastReceiver() {
}
private fun handleMessage(
context: Context, address: String, subject: String, body: String, date: Long, read: Int, threadId: Long, type: Int, subscriptionId: Int, status: Int
context: Context,
address: String,
subject: String,
body: String,
date: Long,
read: Int,
threadId: Long,
type: Int,
subscriptionId: Int,
status: Int
) {
if (isMessageFilteredOut(context, body)) {
return