-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor: Improve location permission handling and marker updates
This commit refactors the location permission handling and marker update logic to enhance the app's functionality and robustness . - Implements a retry mechanism for location permission requests to ensure the app continues to function even if permissions are initially denied. - Improves the logic for checking and requesting necessary permissions, including background location permission for Android 10 and higher. - Adds logging to track the marker update process and identify potential issues. - Simplifies the camera animation logic. - Refactors the marker update logic to handle different user roles and improve efficiency. - Removes unnecessary code and comments. - Addresses potential null pointer exceptions in marker updates. - Improves the clarity and maintainability of the code.
- Loading branch information
1 parent
f573869
commit 19e5e6a
Showing
2 changed files
with
188 additions
and
96 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.