fix line
This commit is contained in:
parent
5de95bbe6e
commit
a9e2dc6c13
1 changed files with 1 additions and 1 deletions
|
@ -684,7 +684,7 @@ public class WaypointHelper {
|
||||||
if (((TargetPoint) point).start) {
|
if (((TargetPoint) point).start) {
|
||||||
ApplicationMode appMode = app.getSettings().getApplicationMode();
|
ApplicationMode appMode = app.getSettings().getApplicationMode();
|
||||||
//return uiCtx.getResources().getDrawable(appMode.getResourceLocationDay());
|
//return uiCtx.getResources().getDrawable(appMode.getResourceLocationDay());
|
||||||
if (app.getTargetPointsHelper().getTargets().getPointToStart() == null) {
|
if (app.getTargetPointsHelper().getPointToStart() == null) {
|
||||||
return uiCtx.getResources().getDrawable(appMode.getResourceLocationDay());
|
return uiCtx.getResources().getDrawable(appMode.getResourceLocationDay());
|
||||||
} else {
|
} else {
|
||||||
return iconsCache.getContentIcon(R.drawable.ic_action_marker_dark, !nightMode);
|
return iconsCache.getContentIcon(R.drawable.ic_action_marker_dark, !nightMode);
|
||||||
|
|
Loading…
Reference in a new issue