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

location.showAccuracyRing is not working after setting it false. #2287

Open
TeeKoo opened this issue Feb 23, 2024 · 1 comment
Open

location.showAccuracyRing is not working after setting it false. #2287

TeeKoo opened this issue Feb 23, 2024 · 1 comment
Labels
bug 🪲 Something isn't working

Comments

@TeeKoo
Copy link

TeeKoo commented Feb 23, 2024

Environment

  • Android OS version: Android 14
  • Devices affected: Eg. Samsung Galaxy s21, tested with Nexus 6 and Nexus 5 emulators also.
  • Maps SDK Version: 11.1.0

Observed behavior and steps to reproduce

Accuracy ring is visible, but after setting:

mapView.location.showAccuracyRing = false

and then:

mapView.location.showAccuracyRing = true

Accuracy ring is not visible.

Expected behavior

Expected accuracy ring to be visible.

Notes / preliminary analysis

the ring will be visible after onResume, so if I go to background and return back to the activity with mapview, the accuracy ring is visible again.

Additional links and references

@TeeKoo TeeKoo added the bug 🪲 Something isn't working label Feb 23, 2024
@jush
Copy link
Member

jush commented Feb 23, 2024

Thanks @TeeKoo for your report. We will take a look and report back.

mapbox-github-ci-writer-public-1 bot pushed a commit that referenced this issue Mar 14, 2024
…2287)

* Fix attribution and telemetry dialogs not respecting current theme

* Add instrument tests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🪲 Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants