Exit on pressing Back
This commit is contained in:
parent
cce617b12f
commit
21365e3b96
4 changed files with 22 additions and 4 deletions
|
|
@ -711,6 +711,7 @@ fun Context.showMessageNotification(address: String, body: String, threadId: Lon
|
|||
|
||||
val intent = Intent(this, ThreadActivity::class.java).apply {
|
||||
putExtra(THREAD_ID, threadId)
|
||||
putExtra(FROM_NOTIFICATION, true)
|
||||
}
|
||||
|
||||
val pendingIntent = PendingIntent.getActivity(this, threadId.hashCode(), intent, PendingIntent.FLAG_UPDATE_CURRENT)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue