Rename Preview to follow code convention
This commit is contained in:
parent
35e0b479f1
commit
0938935d16
24 changed files with 40 additions and 40 deletions
|
|
@ -50,6 +50,6 @@ fun MigrationScreenView(
|
|||
|
||||
@Composable
|
||||
@PreviewsDayNight
|
||||
internal fun MigrationViewPreview() = ElementPreview {
|
||||
internal fun MigrationScreenViewPreview() = ElementPreview {
|
||||
MigrationScreenView(isMigrating = true)
|
||||
}
|
||||
|
|
|
|||
|
|
@ -234,7 +234,7 @@ private fun RoomDirectorySearchButton(
|
|||
|
||||
@PreviewsDayNight
|
||||
@Composable
|
||||
internal fun RoomListSearchResultContentPreview(@PreviewParameter(RoomListSearchStateProvider::class) state: RoomListSearchState) = ElementPreview {
|
||||
internal fun RoomListSearchContentPreview(@PreviewParameter(RoomListSearchStateProvider::class) state: RoomListSearchState) = ElementPreview {
|
||||
RoomListSearchContent(
|
||||
state = state,
|
||||
onRoomClicked = {},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue