This commit is contained in:
tongchenfei
2020-07-02 17:45:49 +08:00
parent 8ff4ab2191
commit b120719327
31 changed files with 405 additions and 122 deletions

View File

@@ -12,6 +12,7 @@ import android.util.TypedValue;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.FrameLayout;
import android.widget.ImageView;
import android.widget.TextView;
@@ -433,6 +434,9 @@ public class EntranceFragment extends MvpFragment< EntranceView, EntrancePresent
} );
mMsgCounter = findViewById( R.id.module_ext_id_msg_counter );
mUserHeadImg.setOnClickListener(view ->{
// todo 测试代码
// mApis.getEventPanelManager().showPanel();
// 原始逻辑
try {
LaunchUtils.launchByPkg(getContext(), "com.zhidao.auto.personal");
// 埋点