Fix speed cam announce

This commit is contained in:
max-klaus 2019-12-05 19:16:26 +03:00
parent 1379044fd4
commit 61122b2ecf

View file

@ -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;
}