Fix crash on Android 9 when replying from notification (#1091)
This commit is contained in:
parent
b6cb7a1bb3
commit
8d3f89a9c2
@ -133,6 +133,8 @@ class SendStatusBroadcastReceiver : BroadcastReceiver() {
|
||||
.replyingStatusContent(citedText)
|
||||
.build(context)
|
||||
|
||||
composeIntent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK)
|
||||
|
||||
context.startActivity(composeIntent)
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user