Fix crash on Android 9 when replying from notification (#1091)
This commit is contained in:
parent
cfb744b08a
commit
754897ea9b
1 changed files with 2 additions and 0 deletions
|
@ -133,6 +133,8 @@ class SendStatusBroadcastReceiver : BroadcastReceiver() {
|
|||
.replyingStatusContent(citedText)
|
||||
.build(context)
|
||||
|
||||
composeIntent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK)
|
||||
|
||||
context.startActivity(composeIntent)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue