fix waypoint icon in main menu
This commit is contained in:
parent
f18e929c44
commit
829ada473e
1 changed files with 1 additions and 1 deletions
|
@ -1078,7 +1078,7 @@ public class MapActivityActions implements DialogProvider {
|
|||
|
||||
// 10-11 Waypoints, Use location
|
||||
if (getTargets().getPointToNavigate() != null) {
|
||||
optionsMenuHelper.item(R.string.target_points).icons(R.drawable.ic_action_pin_dark,
|
||||
optionsMenuHelper.item(R.string.target_points).icons(R.drawable.ic_action_flage_dark,
|
||||
R.drawable.ic_action_pin_light)
|
||||
.listen(new OnContextMenuClick() {
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue