Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
30ab1f1dfe
2 changed files with 3 additions and 3 deletions
|
@ -938,7 +938,7 @@ public class MapActivityActions implements DialogProvider {
|
|||
//////////// Others
|
||||
final OsmAndLocationProvider loc = app.getLocationProvider();
|
||||
// this is development functionality so it should stay preferrably here
|
||||
if (OsmandPlugin.getEnabledPlugin(OsmandDevelopmentPlugin.class) != null) {
|
||||
if (OsmandPlugin.getEnabledPlugin(OsmandDevelopmentPlugin.class) != null && USE_OLD_DRAWER_TODELETE) {
|
||||
optionsMenuHelper
|
||||
.item(loc.getLocationSimulation().isRouteAnimating() ? R.string.animate_route_off : R.string.animate_route)
|
||||
.icons(R.drawable.ic_action_play_dark, R.drawable.ic_action_play_light)
|
||||
|
|
|
@ -247,7 +247,7 @@ public class DashboardOnMap {
|
|||
}
|
||||
switchButton.setImageDrawable(mapActivity.getMyApplication().getIconsCache().getIcon(R.drawable.ic_navigation_drawer,
|
||||
R.color.icon_color_light));
|
||||
|
||||
mapActivity.findViewById(R.id.MapHudButtonsOverlay).setVisibility(View.INVISIBLE);
|
||||
} else {
|
||||
scrollView.setVisibility(View.GONE);
|
||||
switchButton = (ImageView) listViewLayout.findViewById(R.id.map_menu_button);
|
||||
|
@ -269,7 +269,7 @@ public class DashboardOnMap {
|
|||
open(dashboardView.findViewById(R.id.animateContent));
|
||||
|
||||
mapActivity.getMapActions().disableDrawer();
|
||||
mapActivity.findViewById(R.id.MapHudButtonsOverlay).setVisibility(View.INVISIBLE);
|
||||
|
||||
updateLocation(true, true, false);
|
||||
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue