apps-android-commons/app
Jason Whitmore df8585d877 ExploreMapFragment.java: remove method call that causes recursive loop
Before this commit, there was a call loop that included onScroll and animateTo
on the map. These two method calls caused performance issues in
ExploreMapFragment.

This commit breaks the call loop by removing moveCameraToPosition from getMapCenter.
Also, the removed code did not fit the purpose of getMapCenter.
2025-05-02 17:26:28 -07:00
..
src ExploreMapFragment.java: remove method call that causes recursive loop 2025-05-02 17:26:28 -07:00
build.gradle Bump up version code to 1050 2025-04-13 13:09:19 +05:30
proguard-rules.txt app: adjust R8 rules to ensure our model classes are not obfuscated 2024-04-28 16:21:14 +05:30
test-proguard-rules.txt Update to API 28, and fix CI issues. (#2595) 2019-03-15 08:30:08 +05:30