-
Notifications
You must be signed in to change notification settings - Fork 501
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
Location sharing: Update map credits display and behavior (PSG-234) #6394
Conversation
📱 Scan the QR code below to install the build for this PR. If you can't scan the QR code you can install the build via this link: https://i.diawi.com/NMs5ma |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One small commen, otherwise LGTM
MapCreditsView(action: { | ||
viewModel.send(viewAction: .mapCreditsDidTap) | ||
}) | ||
.offset(y: -(bottomSheetCollapsedHeight + 10)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
From where this extra 10 offset comes ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good question this is the bottom padding. A constant or padding modifier usage can clarify that for sure.
Kudos, SonarCloud Quality Gate passed! |
Close #6108