Skip to content

Commit

Permalink
Replace the 'answer' PendingIntent in ringing call notifications (#3093)
Browse files Browse the repository at this point in the history
* Replace the 'answer' PendingIntent in ringing call notifications

Co-authored-by: Benoit Marty <benoit@matrix.org>

---------

Co-authored-by: Benoit Marty <benoit@matrix.org>
  • Loading branch information
jmartinesp and bmarty committed Jun 25, 2024
1 parent c727f8a commit ce28a05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.d/3085.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Make sure we replace the 'answer call' pending intent on ringing call notifications.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ internal object IntentProvider {
context,
DefaultElementCallEntryPoint.REQUEST_CODE,
createIntent(context, callType),
0,
PendingIntent.FLAG_CANCEL_CURRENT,
false
)!!
}
Expand Down

0 comments on commit ce28a05

Please sign in to comment.