Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
onyxvd committed Sep 4, 2024
1 parent 15e711c commit 9c74b18
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -698,6 +698,7 @@ public void onEvent(LocationChangedEvent event) {
}

private void addPoint(LatLng point) {
// Check if state is restored to avoid losing previous points
if (!stateRestored) {
return;
}
Expand Down

0 comments on commit 9c74b18

Please sign in to comment.