Skip to content

Commit

Permalink
No wpt timestamp update for group appearance changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sonora authored Sep 2, 2024
1 parent da63bc6 commit 7b64d0a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ private void updatePoint(@NonNull PointsGroup pointsGroup, @NonNull WptPt wpt) {
} else {
WptPt wptInfo = new WptPt(wpt.getLatitude(), wpt.getLongitude(), wpt.getDesc(), wpt.getName(), category,
Algorithms.colorToString(color), iconName, backgroundType);
gpxFile.updateWptPt(wpt, wptInfo, true);
gpxFile.updateWptPt(wpt, wptInfo, false);
}
}

Expand Down

0 comments on commit 7b64d0a

Please sign in to comment.