update the day/night mode setting when app mode changes
This commit is contained in:
parent
cae73da448
commit
f55cef6237
1 changed files with 1 additions and 0 deletions
|
@ -887,6 +887,7 @@ public class MapActivity extends Activity implements IMapLocationListener, Senso
|
|||
registerUnregisterSensor(getLastKnownLocation());
|
||||
mapLayers.getMapInfoLayer().applyTheme();
|
||||
mapLayers.updateLayers(mapView);
|
||||
getMyApplication().getDaynightHelper().setDayNightMode(settings.DAYNIGHT_MODE.get());
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue