Add Preview for the case empty space.
This commit is contained in:
parent
ee07424f6a
commit
380102cc26
1 changed files with 6 additions and 1 deletions
|
|
@ -45,7 +45,12 @@ open class HomeStateProvider : PreviewParameterProvider<HomeState> {
|
|||
),
|
||||
) + RoomListStateProvider().values.map {
|
||||
aHomeState(roomListState = it)
|
||||
}
|
||||
} + aHomeState(
|
||||
currentHomeNavigationBarItem = HomeNavigationBarItem.Spaces,
|
||||
homeSpacesState = aHomeSpacesState(
|
||||
spaceRooms = emptyList(),
|
||||
),
|
||||
)
|
||||
}
|
||||
|
||||
internal fun aHomeState(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue