Fix speed cam announce
This commit is contained in:
parent
1379044fd4
commit
61122b2ecf
1 changed files with 1 additions and 1 deletions
|
@ -648,7 +648,7 @@ public class WaypointHelper {
|
|||
i.getLatitude(), i.getLongitude()) < DISTANCE_IGNORE_DOUBLE_SPEEDCAMS) {
|
||||
// ignore double speed cams
|
||||
} else {
|
||||
lw.setAnnounce(app.getSettings().SPEAK_SPEED_CAMERA.get());
|
||||
lw.setAnnounce(app.getSettings().SPEAK_SPEED_CAMERA.getModeValue(mode));
|
||||
array.add(lw);
|
||||
prevSpeedCam = i;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue