Fixed invisible conference notification icon

This commit is contained in:
Sylvain Berfini 2025-03-24 11:39:03 +01:00
parent fb3feb0bc3
commit c6fa645f94
2 changed files with 10 additions and 1 deletions

View file

@ -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 {

View file

@ -0,0 +1,9 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="256"
android:viewportHeight="256">
<path
android:pathData="M216,40L40,40A16,16 0,0 0,24 56L24,200a16,16 0,0 0,16 16L216,216a16,16 0,0 0,16 -16L232,56A16,16 0,0 0,216 40ZM216,120L168,120L168,56h48ZM40,56L152,56L152,200L40,200ZM216,200L168,200L168,136h48v64ZM180,88a12,12 0,1 1,12 12A12,12 0,0 1,180 88ZM204,168a12,12 0,1 1,-12 -12A12,12 0,0 1,204 168ZM135.75,166a39.76,39.76 0,0 0,-17.19 -23.34,32 32,0 1,0 -45.12,0A39.84,39.84 0,0 0,56.25 166a8,8 0,0 0,15.5 4c2.64,-10.25 13.06,-18 24.25,-18s21.62,7.73 24.25,18a8,8 0,1 0,15.5 -4ZM80,120a16,16 0,1 1,16 16A16,16 0,0 1,80 120Z"
android:fillColor="#4e6074"/>
</vector>