Skip to content

Commit

Permalink
chore: detekt
Browse files Browse the repository at this point in the history
  • Loading branch information
ohassine committed Nov 26, 2024
1 parent a46a142 commit b60c0b6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ class CallNotificationBuilder @Inject constructor(
.setOngoing(true)
.setSilent(true)
.setVisibility(NotificationCompat.VISIBILITY_PUBLIC)
.setForegroundServiceBehavior(FOREGROUND_SERVICE_IMMEDIATE )
.setForegroundServiceBehavior(FOREGROUND_SERVICE_IMMEDIATE)
.addAction(getHangUpCallAction(context, conversationIdString, userIdString))
.setFullScreenIntent(outgoingCallPendingIntent(context, conversationIdString), true)
.setContentIntent(outgoingCallPendingIntent(context, conversationIdString))
Expand Down

0 comments on commit b60c0b6

Please sign in to comment.