try fix Issue AND-160
This commit is contained in:
parent
b6326d9a95
commit
e027b22ca8
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue