Naming convention for Previews
This commit is contained in:
parent
443efd2aac
commit
8f2fecd386
3 changed files with 4 additions and 4 deletions
|
|
@ -149,7 +149,7 @@ private fun RoomListRoomSummary.contentType() = isPlaceholder
|
|||
|
||||
@Preview
|
||||
@Composable
|
||||
fun PreviewableRoomListView() {
|
||||
fun RoomListViewPreview() {
|
||||
RoomListView(
|
||||
roomSummaries = stubbedRoomSummaries(),
|
||||
matrixUser = MatrixUser(id = UserId("@id"), username = "User#1", avatarData = AvatarData("U")),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue