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