Removed overriding Back press
This commit is contained in:
parent
40b168cbeb
commit
cd7e29c518
4 changed files with 0 additions and 20 deletions
|
|
@ -711,7 +711,6 @@ 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