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(Android): update location with hide maps on #803

Merged
merged 4 commits into from
Mar 3, 2025

Conversation

boringcactus
Copy link
Member

Summary

Ticket: Android | Fix hide maps location getting stuck

I was going to feel bad for leaving this out in #621, but I didn't, it's right there, it got removed in #622. Presumably it was a merge conflict thing, since those PRs have adjacent numbers.

iOS

  • [ ] If you added any user-facing strings on iOS, are they included in Localizable.xcstrings?
    • [ ] Add temporary machine translations, marked "Needs Review"

android

  • [ ] All user-facing strings added to strings resource in alphabetical order
  • [ ] Expensive calculations are run in withContext(Dispatchers.Default) where possible

Testing

Manually verified that this issue is not present on iOS. Manually checked that this issue is now fixed on Android. Added a test.

@boringcactus boringcactus requested a review from a team as a code owner March 3, 2025 19:22
@boringcactus boringcactus requested a review from KaylaBrady March 3, 2025 19:22
Copy link
Collaborator

@KaylaBrady KaylaBrady left a comment

Choose a reason for hiding this comment

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

LGTM once the linter issue is resolved!


@OptIn(ExperimentalMaterial3Api::class, ExperimentalTestApi::class)
@Test
fun testHideMapsLocationUpdates() {
Copy link
Collaborator

Choose a reason for hiding this comment

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

🙌 Nice work adding a test!

@boringcactus boringcactus merged commit 0d31007 into main Mar 3, 2025
5 checks passed
@boringcactus boringcactus deleted the mth-hide-maps-location branch March 3, 2025 20:38
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.

2 participants