mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-20 08:39:22 +01:00
Do not link contacts to notification unless we have permission.
This commit is contained in:
committed by
Nicholas Tinsley
parent
b7af1e09e2
commit
b61ca37523
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user