Skip to content

Commit

Permalink
fix: App is showing a notification when starting a new call (WPB-1109…
Browse files Browse the repository at this point in the history
…4) (#3442)
  • Loading branch information
ohassine authored Sep 13, 2024
1 parent 26d0d7b commit 4992566
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ class CallNotificationBuilder @Inject constructor(
.setContentText(context.getString(R.string.notification_outgoing_call_tap_to_return))
.setAutoCancel(false)
.setOngoing(true)
.setSilent(true)
.setVisibility(NotificationCompat.VISIBILITY_PUBLIC)
.addAction(getHangUpCallAction(context, conversationIdString, userIdString))
.setFullScreenIntent(outgoingCallPendingIntent(context, conversationIdString), true)
Expand Down

0 comments on commit 4992566

Please sign in to comment.