Add Preview for the case empty space.
This commit is contained in:
committed by
Benoit Marty
parent
2ccfbec842
commit
f0f6b92b5e
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user