update voiceRouter with currentStatus = STATUS_UNKNOWN; while makeUturnWhenPossible is active

This commit is contained in:
sonora 2012-02-15 10:42:04 +01:00
parent f3eba8f511
commit 959115aea8

View file

@ -167,6 +167,7 @@ public class VoiceRouter {
lastTimeMakeUTwpAnnounced = System.currentTimeMillis();
}
}
currentStatus = STATUS_UNKNOWN;
return;
}