assigned "all points of the group" to top of the context menu in WptPtMenuBuilder
This commit is contained in:
parent
defb355686
commit
bb4456af56
1 changed files with 1 additions and 1 deletions
|
@ -47,6 +47,7 @@ public class WptPtMenuBuilder extends MenuBuilder {
|
|||
|
||||
@Override
|
||||
public void buildInternal(View view) {
|
||||
buildWaypointsView(view);
|
||||
if (wpt.time > 0) {
|
||||
DateFormat dateFormat = android.text.format.DateFormat.getMediumDateFormat(view.getContext());
|
||||
DateFormat timeFormat = android.text.format.DateFormat.getTimeFormat(view.getContext());
|
||||
|
@ -89,7 +90,6 @@ public class WptPtMenuBuilder extends MenuBuilder {
|
|||
});
|
||||
}
|
||||
|
||||
buildWaypointsView(view);
|
||||
buildPlainMenuItems(view);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue