Preview with a last message by default.
This commit is contained in:
parent
ccec00515d
commit
846fd0106e
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ open class RoomListRoomSummaryProvider : PreviewParameterProvider<RoomListRoomSu
|
||||||
}
|
}
|
||||||
|
|
||||||
fun aRoomListRoomSummary(
|
fun aRoomListRoomSummary(
|
||||||
lastMessage: String? = null,
|
lastMessage: String? = "Last message",
|
||||||
notificationMode: RoomNotificationMode? = null,
|
notificationMode: RoomNotificationMode? = null,
|
||||||
hasUnread: Boolean = false,
|
hasUnread: Boolean = false,
|
||||||
timestamp: String? = "88:88",
|
timestamp: String? = "88:88",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue