语音打开事件面板-出行动态+周边事件

This commit is contained in:
liujing
2020-11-18 15:00:59 +08:00
parent 6a90a6584e
commit f802280dbb
2 changed files with 14 additions and 2 deletions

View File

@@ -219,9 +219,11 @@ public class SchemeIntent implements IMogoStatusChangedListener {
mApis.getOnlineCarPanelApi().showPanel();
}
/*
* 语音打开事件面板
* */
private void handleShowSharePanel(int item) {
Logger.d(TAG, "handleShowSharePanel");
// todo 跳转到热心指数
Logger.d(TAG, "语音打开事件面板");
mApis.getEventPanelManager().showPanelWithSelectedItem(item);
}