Rename ic_notification_small to ic_notification

This commit is contained in:
Benoit Marty 2025-03-07 14:21:09 +01:00
parent 9af7737302
commit 6459e3cabd
5 changed files with 9 additions and 9 deletions

View file

@ -12,7 +12,7 @@ import io.element.android.libraries.designsystem.R
// This list and all the drawable it contains should be removed at some point.
// All the icons should be defined in Compound.
internal val iconsOther = listOf(
R.drawable.ic_notification_small,
R.drawable.ic_notification,
R.drawable.ic_stop,
R.drawable.pin,
)