事件面板-service方法添加

This commit is contained in:
liujing
2020-10-22 16:35:08 +08:00
parent 5d5e3f465e
commit 4580be60e8
6 changed files with 22 additions and 17 deletions

View File

@@ -207,6 +207,7 @@ public class SchemeIntent implements IMogoStatusChangedListener {
private void handleShowSharePanel() {
Logger.d(TAG, "handleShowSharePanel");
// todo 跳转到热心指数
mApis.getEventPanelManager().showPanelWithSelectedItem(2);
}
@Override