diff --git a/OsmAnd/src/net/osmand/plus/mapcontextmenu/other/MapRouteInfoMenuFragment.java b/OsmAnd/src/net/osmand/plus/mapcontextmenu/other/MapRouteInfoMenuFragment.java index 2dcbefb811..2843321757 100644 --- a/OsmAnd/src/net/osmand/plus/mapcontextmenu/other/MapRouteInfoMenuFragment.java +++ b/OsmAnd/src/net/osmand/plus/mapcontextmenu/other/MapRouteInfoMenuFragment.java @@ -83,8 +83,8 @@ public class MapRouteInfoMenuFragment extends Fragment { public void updateInfo() { if (menu != null) { menu.updateInfo(mainView); + applyDayNightMode(); } - applyDayNightMode(); } public void updateFromIcon() {