We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8bd27e commit c56101dCopy full SHA for c56101d
vector/src/main/java/im/vector/app/features/notifications/RoomGroupMessageCreator.kt
@@ -163,7 +163,7 @@ class RoomGroupMessageCreator @Inject constructor(
163
if (events.isEmpty()) return null
164
165
// Use the last event (most recent?)
166
- val roomAvatarPath = events.last().roomAvatarPath ?: events.last().senderAvatarPath
+ val roomAvatarPath = events.last().roomAvatarPath
167
168
return bitmapLoader.getRoomBitmap(roomAvatarPath)
169
}
0 commit comments