Handle app locking for threads too
This commit is contained in:
parent
ae2e480876
commit
8675de70c2
2 changed files with 61 additions and 17 deletions
|
|
@ -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)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue