Rename previews
This commit is contained in:
parent
5ee61a01ad
commit
3696cdfe30
1 changed files with 2 additions and 2 deletions
|
|
@ -127,7 +127,7 @@ fun ColumnScope.UndisclosedPollBottomNotice() {
|
||||||
|
|
||||||
@DayNightPreviews
|
@DayNightPreviews
|
||||||
@Composable
|
@Composable
|
||||||
internal fun PollContentNoResultsPreview() = ElementPreview {
|
internal fun PollContentUndisclosedPreview() = ElementPreview {
|
||||||
PollContentView(
|
PollContentView(
|
||||||
question = "What type of food should we have at the party?",
|
question = "What type of food should we have at the party?",
|
||||||
answerItems = aPollAnswerItemList(isDisclosed = false),
|
answerItems = aPollAnswerItemList(isDisclosed = false),
|
||||||
|
|
@ -139,7 +139,7 @@ internal fun PollContentNoResultsPreview() = ElementPreview {
|
||||||
|
|
||||||
@DayNightPreviews
|
@DayNightPreviews
|
||||||
@Composable
|
@Composable
|
||||||
internal fun PollContentWithResultsPreview() = ElementPreview {
|
internal fun PollContentDisclosedPreview() = ElementPreview {
|
||||||
PollContentView(
|
PollContentView(
|
||||||
question = "What type of food should we have at the party?",
|
question = "What type of food should we have at the party?",
|
||||||
answerItems = aPollAnswerItemList(),
|
answerItems = aPollAnswerItemList(),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue