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

Fix behavior when tapping more detail button on EventMapView #828

Merged
merged 2 commits into from
Aug 28, 2024

Conversation

shin-usu
Copy link
Contributor

@shin-usu shin-usu commented Aug 27, 2024

Issue

  • close #ISSUE_NUMBER

Overview (Required)

  • Fix behavior when tapping more detail button on EventMapView

Links

Movie (Optional)

Before After
2024-08-27.23.43.37.mov
2024-08-27.23.37.58.mov

@shin-usu shin-usu marked this pull request as ready for review August 27, 2024 14:44

public init() { }
}

public enum Action {
public enum Action: BindableAction {
case binding(BindingAction<State>)
Copy link
Contributor

Choose a reason for hiding this comment

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

Is this parameter unused?

.binding below appears to not need or use any parameters.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Copy link
Contributor

Choose a reason for hiding this comment

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

Understood. Comment withdrawn.

@shin-usu
Copy link
Contributor Author

I forgot to add test case, so I added it.
5277a19

@shin-usu shin-usu requested a review from charles-b-stb August 27, 2024 15:10
Copy link
Contributor

@MrSmart00 MrSmart00 left a comment

Choose a reason for hiding this comment

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

Thanks!
LGTM👍

@shin-usu shin-usu merged commit 3004ae0 into main Aug 28, 2024
6 checks passed
@shin-usu shin-usu deleted the feature/fix_event_map_more_detail branch August 28, 2024 03:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants