Preview with a last message by default.

This commit is contained in:
Benoit Marty 2024-01-19 17:59:18 +01:00
parent 9d586bf2bb
commit cf6bcca9cd

View file

@ -45,7 +45,7 @@ open class RoomListRoomSummaryProvider : PreviewParameterProvider<RoomListRoomSu
}
fun aRoomListRoomSummary(
lastMessage: String? = null,
lastMessage: String? = "Last message",
notificationMode: RoomNotificationMode? = null,
hasUnread: Boolean = false,
timestamp: String? = "88:88",