Revert 'fix' of alarm info - it doesn't work as expected'

This commit is contained in:
Victor Shcherb 2014-09-10 01:25:37 +02:00
parent 530159f864
commit d458d6a1f5

View file

@ -97,7 +97,7 @@ public class AlarmInfo implements LocationPoint {
if(alarmInfo != null) {
alarmInfo.setLatLon(loc.getLatitude(), loc.getLongitude());
}
return null;
return alarmInfo;
}
public int updateDistanceAndGetPriority(float time, float distance) {