apps-android-commons/app
Jason Whitmore c684008803 NearbyParentFragment.kt: fix bug where multiple user location overlays would appear
Before this commit, the user could see multiple user location overlays if they paused the app and reopened it when
there are no Places/pins on the map. This was caused by a linear search failing to identify the target overlay
because it compared Drawables between two Overlays, which was unreliable.

This commit contains a better solution for replacing existing user location overlays by adding 2 instance variables
to keep track of the overlays. The position of these overlays in the overlay list can then be found by using indexOf()
with these instance variables rather than the linear search that was implemented before. Some refactoring was also done.
2025-06-25 18:36:59 -07:00
..
src NearbyParentFragment.kt: fix bug where multiple user location overlays would appear 2025-06-25 18:36:59 -07:00
build.gradle.kts Fix infinite loading circular progress bar after nominating for deletion (#6324) 2025-06-25 12:24:03 +09:00
proguard-rules.txt Fix/file usage not working (#6354) 2025-06-24 21:56:00 +09:00
test-proguard-rules.txt Update to API 28, and fix CI issues. (#2595) 2019-03-15 08:30:08 +05:30