fixed bug UI-154

This commit is contained in:
lixiaopeng
2020-02-10 11:00:26 +08:00
parent a40172ea1b
commit 7a4b9547b0

View File

@@ -1170,7 +1170,10 @@ public class TanluCardViewFragment extends MvpFragment<IView, Presenter<IView>>
}
Logger.d(TAG, "getVoiceControlRoadData optionList.size() = " + optionList.size());
mMarkerManager.addMarkers(TanluConstants.MODEL_NAME, optionList, true);
//直接使用当前数据list作为切换的数据源
//直接使用当前数据list作为切换的数据源切换左侧列表到最新的数据
handleMarkerExploreWay(markerExploreWayList.get(0));
} else {
if (!TextUtils.isEmpty(discription)) {
AIAssist.getInstance(getContext()).speakTTSVoice(discription, null);