fiy typo
This commit is contained in:
parent
6fd3375e8b
commit
abf6e15416
1 changed files with 2 additions and 2 deletions
|
@ -309,9 +309,9 @@ public class MapInfoWidgetsFactory {
|
|||
boolean nightMode = drawSettings != null && drawSettings.isNightMode();
|
||||
if(nightMode != this.nm) {
|
||||
this.nm = nightMode;
|
||||
if (app.getSetings().ROTATE_MAP.get() == OsmandSettings.ROTATE_MAP_NONE) {
|
||||
if (app.getSettings().ROTATE_MAP.get() == OsmandSettings.ROTATE_MAP_NONE) {
|
||||
setImageDrawable(nightMode ? compassNiuWhite : compassNiu);
|
||||
} else if (app.getSetings().ROTATE_MAP.get() == OsmandSettings.ROTATE_MAP_BEARING) {
|
||||
} else if (app.getSettings().ROTATE_MAP.get() == OsmandSettings.ROTATE_MAP_BEARING) {
|
||||
setImageDrawable(nightMode ? compassBearingWhite : compassBearing);
|
||||
} else {
|
||||
setImageDrawable(nightMode ? compassWhite : compass);
|
||||
|
|
Loading…
Reference in a new issue