diff --git a/app/src/main/java/org/linphone/notifications/NotificationsManager.kt b/app/src/main/java/org/linphone/notifications/NotificationsManager.kt index 149d21cca..4cd86eec8 100644 --- a/app/src/main/java/org/linphone/notifications/NotificationsManager.kt +++ b/app/src/main/java/org/linphone/notifications/NotificationsManager.kt @@ -1154,7 +1154,7 @@ class NotificationsManager val isVideo = LinphoneUtils.isVideoEnabled(call) val smallIcon = if (isConference) { - R.drawable.video_conference + R.drawable.video_conference_notification } else if (isVideo) { R.drawable.video_camera } else { diff --git a/app/src/main/res/drawable/video_conference_notification.xml b/app/src/main/res/drawable/video_conference_notification.xml new file mode 100644 index 000000000..22d115f50 --- /dev/null +++ b/app/src/main/res/drawable/video_conference_notification.xml @@ -0,0 +1,9 @@ + + +