From c6fa645f94b91066acfcae590bf309beb9d55243 Mon Sep 17 00:00:00 2001 From: Sylvain Berfini Date: Mon, 24 Mar 2025 11:39:03 +0100 Subject: [PATCH] Fixed invisible conference notification icon --- .../org/linphone/notifications/NotificationsManager.kt | 2 +- .../main/res/drawable/video_conference_notification.xml | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 app/src/main/res/drawable/video_conference_notification.xml 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 @@ + + +