try fix Issue AND-160

This commit is contained in:
sonora 2014-09-09 13:32:54 +02:00
parent b6326d9a95
commit e027b22ca8

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) {