Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not show floormap button when day3 #782

Merged
merged 2 commits into from
Sep 27, 2022
Merged

Conversation

takahirom
Copy link
Member

Issue

  • close #ISSUE_NUMBER

Overview (Required)

Links

Screenshot

Before After

public enum class KaigiPlace {
Prism,
Bellesalle
}

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[spotless] reported by reviewdog 🐶

Suggested change
}
}

painter = painterResource(id = R.drawable.ic_map),
contentDescription = "go to floor map",
)
if(item.day?.kaigiPlace == Prism) {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[spotless] reported by reviewdog 🐶

Suggested change
if(item.day?.kaigiPlace == Prism) {
if (item.day?.kaigiPlace == Prism) {

@github-actions
Copy link

There are differences in Compose previews:

@github-actions github-actions bot temporarily deployed to deploygate-distribution September 27, 2022 14:09 Inactive
@takahirom takahirom merged commit 0bc5fef into main Sep 27, 2022
@takahirom takahirom deleted the fix-not-to-go-day3-floormap branch September 27, 2022 22:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant