删除临时入口代码

This commit is contained in:
liujing
2021-08-12 16:15:40 +08:00
parent 8ea8c1a8c6
commit bdb6efdde0
2 changed files with 0 additions and 19 deletions

View File

@@ -82,8 +82,6 @@ public class MainActivity extends MvpActivity<MainView, MainPresenter> implement
protected ImageView mWarningRight;
protected ImageView mWarningBottom;
protected Button mBtnJumpCheckPage;
protected ConstraintLayout clSpecialEffect;
private boolean isFirst = false;
@@ -131,16 +129,6 @@ public class MainActivity extends MvpActivity<MainView, MainPresenter> implement
mWarningRight = findViewById(R.id.warning_right);
mWarningBottom = findViewById(R.id.warning_bottom);
// TODO 临时入口
mBtnJumpCheckPage = findViewById(R.id.btnJumpCheckPage);
mBtnJumpCheckPage.setOnClickListener(new View.OnClickListener() {
@Override
public void onClick(View v) {
// 启动检测页面
MogoApisHandler.getInstance().getApis().getCheckProvider().startCheckActivity(getContext());
}
});
clSpecialEffect = findViewById(R.id.cl_special_effect);
// 避免事件穿透导致地图被滑动

View File

@@ -147,13 +147,6 @@
android:layout_width="match_parent"
android:layout_height="match_parent" />
<!-- TODO 这里是临时入口 -->
<Button
android:id="@+id/btnJumpCheckPage"
android:text="自动驾驶体检"
android:layout_width="wrap_content"
android:layout_height="wrap_content"/>
<!--冷启动过渡Logo-->
<androidx.constraintlayout.widget.ConstraintLayout
android:id="@+id/module_main_id_cover_up"