Handle app locking for threads too

This commit is contained in:
Ensar Sarajčić 2023-06-30 10:55:30 +02:00
parent ae2e480876
commit 8675de70c2
2 changed files with 61 additions and 17 deletions

View file

@ -445,6 +445,7 @@ class MainActivity : SimpleActivity() {
val conversation = any as Conversation
putExtra(THREAD_ID, conversation.threadId)
putExtra(THREAD_TITLE, conversation.title)
putExtra(WAS_PROTECTION_HANDLED, wasProtectionHandled)
startActivity(this)
}
}