Preview with a last message by default.

This commit is contained in:
Benoit Marty
2024-01-19 17:59:18 +01:00
parent ccec00515d
commit 846fd0106e

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",