Rename Preview to follow code convention
This commit is contained in:
parent
35e0b479f1
commit
0938935d16
24 changed files with 40 additions and 40 deletions
|
|
@ -68,7 +68,7 @@ fun RootView(
|
|||
|
||||
@PreviewsDayNight
|
||||
@Composable
|
||||
internal fun RootPreview(@PreviewParameter(RootStateProvider::class) rootState: RootState) = ElementPreview {
|
||||
internal fun RootViewPreview(@PreviewParameter(RootStateProvider::class) rootState: RootState) = ElementPreview {
|
||||
RootView(
|
||||
state = rootState,
|
||||
onOpenBugReport = {},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue