Do not link contacts to notification unless we have permission.

This commit is contained in:
Greyson Parrelli
2024-08-27 11:38:26 -04:00
committed by Nicholas Tinsley
parent b7af1e09e2
commit b61ca37523
2 changed files with 4 additions and 3 deletions

View File

@@ -87,8 +87,7 @@ public class CallNotificationBuilder {
Recipient recipient,
boolean isVideoCall,
boolean skipPersonIcon
)
{
) {
PendingIntent pendingIntent = getActivityPendingIntent(context, LaunchCallScreenIntentState.CONTENT);
NotificationCompat.Builder builder = new NotificationCompat.Builder(context, getNotificationChannel(type))
.setSmallIcon(R.drawable.ic_call_secure_white_24dp)