Close context menu after adding waypoint/route point
This commit is contained in:
parent
5796d5f2e0
commit
a78dcee686
1 changed files with 1 additions and 0 deletions
|
@ -129,6 +129,7 @@ public class AddGpxPointBottomSheetHelper implements OnDismissListener {
|
|||
|
||||
@Override
|
||||
public void onDismiss() {
|
||||
mapActivity.getContextMenu().close();
|
||||
Intent newIntent = new Intent(mapActivity, mapActivity.getMyApplication().getAppCustomization().getTrackActivity());
|
||||
newIntent.putExtra(TrackActivity.TRACK_FILE_NAME, newGpxPoint.getGpx().path);
|
||||
newIntent.putExtra(TrackActivity.OPEN_POINTS_TAB, true);
|
||||
|
|
Loading…
Reference in a new issue