|
|
@ -3959,6 +3959,7 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
|
|
|
|
channel.setGroup("contacts");
|
|
|
|
channel.setGroup("contacts");
|
|
|
|
channel.setDescription(from.getPersonal());
|
|
|
|
channel.setDescription(from.getPersonal());
|
|
|
|
channel.setLockscreenVisibility(Notification.VISIBILITY_PRIVATE);
|
|
|
|
channel.setLockscreenVisibility(Notification.VISIBILITY_PRIVATE);
|
|
|
|
|
|
|
|
channel.setBypassDnd(true);
|
|
|
|
channel.enableLights(true);
|
|
|
|
channel.enableLights(true);
|
|
|
|
nm.createNotificationChannel(channel);
|
|
|
|
nm.createNotificationChannel(channel);
|
|
|
|
onActionEditChannel();
|
|
|
|
onActionEditChannel();
|
|
|
|