[6.2.0]
[taxi-u] [今日服务时长-添加日志]
This commit is contained in:
@@ -78,6 +78,7 @@ public class AmapNaviToDestinationModel implements AMapNaviListener {
|
||||
public void setVoiceIsMute(boolean isPlay) {
|
||||
ThreadUtils.getSinglePool().execute(() -> {
|
||||
if (mAMapNavi == null) return;
|
||||
CallerLogger.i(TAG, "setVoiceIsMute()--"+isPlay);
|
||||
this.isPlay = isPlay;
|
||||
if (isPlay) {
|
||||
mAMapNavi.startSpeak();
|
||||
|
||||
Reference in New Issue
Block a user