Fix speed cam announce

This commit is contained in:
max-klaus 2019-12-05 19:16:26 +03:00
parent 1e20d56807
commit d6b8bf666c

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