Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
de70aec8d3
1 changed files with 1 additions and 1 deletions
|
@ -335,7 +335,7 @@ public class WaypointHelper {
|
|||
} else if (type == POI) {
|
||||
getVoiceRouter().approachPoi(lastKnownLocation, approachPoints);
|
||||
} else if (type == ALARMS) {
|
||||
EnumSet<AlarmInfoType> ait = EnumSet.noneOf(AlarmInfoType.class);
|
||||
EnumSet<AlarmInfoType> ait = EnumSet.allOf(AlarmInfoType.class);
|
||||
for(LocationPointWrapper pw : announcePoints) {
|
||||
ait.add(((AlarmInfo) pw.point).getType());
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue