Skip to content

Commit

Permalink
Merge pull request #3479 from osmandapp/Open-track-button-Waypoints-c…
Browse files Browse the repository at this point in the history
…ontext-menu

Works to slow Fixed
  • Loading branch information
tigrim authored Mar 7, 2024
2 parents 4218c71 + 3b6e879 commit 1a3208f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ - (void) leftControlButtonPressed
{
OAGPX *gpx = [[OAGPXDatabase sharedDb] getGPXItem:[OAUtilities getGpxShortPath:self.wpt.docPath]];
OAMapPanelViewController *mapPanel = [OARootViewController instance].mapPanel;
[mapPanel targetHideMenu:0.2 backButtonClicked:YES onComplete:^{
[mapPanel targetHideMenu:0 backButtonClicked:YES onComplete:^{
[mapPanel openTargetViewWithGPX:gpx selectedTab:EOATrackMenuHudOverviewTab selectedStatisticsTab:EOATrackMenuHudSegmentsStatisticsOverviewTab openedFromMap:YES];
}];
}
Expand Down

0 comments on commit 1a3208f

Please sign in to comment.