Skip to content

Commit

Permalink
Dont ask to optimize after recording track
Browse files Browse the repository at this point in the history
  • Loading branch information
johnjore committed Nov 26, 2024
1 parent e1fce33 commit 8e58740
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Location/RecordTrack.cs
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,12 @@ public static async void EndTrackTimer()
},
};

/*
if (await msg1.ShowDialog($"Track", $"Optimize Track ?", Android.Resource.Attribute.DialogIcon, false, Show_Dialog.MessageResult.YES, Show_Dialog.MessageResult.NO) == Show_Dialog.MessageResult.YES)
{
trackGpx.Waypoints = GPX.GPXOptimize.OptimizePoints(trackGpx.Waypoints);
}
*/

track.Tracks.Add(new trkType()
{
Expand Down

0 comments on commit 8e58740

Please sign in to comment.