Merge pull request #4157 from osmandapp/crash_day_night_mode

Fix crash
This commit is contained in:
vshcherb 2017-07-21 10:12:27 +02:00 committed by GitHub
commit b73019c3d7

View file

@ -83,8 +83,8 @@ public class MapRouteInfoMenuFragment extends Fragment {
public void updateInfo() {
if (menu != null) {
menu.updateInfo(mainView);
applyDayNightMode();
}
applyDayNightMode();
}
public void updateFromIcon() {