Fix issue 1875

This commit is contained in:
Victor Shcherb 2013-07-14 23:28:35 +02:00
parent e2e910db28
commit 910b2a6d23
2 changed files with 2 additions and 2 deletions

View file

@ -458,7 +458,7 @@ public class MapActivityActions implements DialogProvider {
}
public DirectionDialogStyle routeFromMapPoint() {
routeToMapPoint = true;
routeFromMapPoint = true;
return this;
}
}

View file

@ -28,7 +28,7 @@ public class SettingsMonitoringActivity extends SettingsBaseActivity {
public static final int[] BG_SECONDS = new int[]{0, 30, 60, 90};
public static final int[] BG_MINUTES = new int[]{2, 3, 5, 10, 15, 30, 60, 90};
private final static boolean REGISTER_BG_SETTINGS = true;
private final static boolean REGISTER_BG_SETTINGS = false;
private static final int[] SECONDS = OsmandMonitoringPlugin.SECONDS;
private static final int[] MINUTES = OsmandMonitoringPlugin.MINUTES;