update voiceRouter with currentStatus = STATUS_UNKNOWN; while makeUturnWhenPossible is active
This commit is contained in:
parent
f3eba8f511
commit
959115aea8
1 changed files with 1 additions and 0 deletions
|
@ -167,6 +167,7 @@ public class VoiceRouter {
|
|||
lastTimeMakeUTwpAnnounced = System.currentTimeMillis();
|
||||
}
|
||||
}
|
||||
currentStatus = STATUS_UNKNOWN;
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue