[shuttle] 离站播报逻辑保持跟接驳一致
This commit is contained in:
@@ -778,7 +778,13 @@ public class OrderModel {
|
||||
|
||||
//车站10s后播报
|
||||
private void leaveTTSTips(String nextStation) {
|
||||
VoiceManager.INSTANCE.leaveStation(nextStation);
|
||||
UiThreadHandler.postDelayed(new Runnable() {
|
||||
@Override
|
||||
public void run() {//延迟10s播报
|
||||
VoiceManager.INSTANCE.leaveStation(nextStation);
|
||||
}
|
||||
},DELAY_10S);
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user