解决冲突

This commit is contained in:
liujing
2021-09-15 20:01:39 +08:00
parent 99cd66191c
commit 7a1676142e

View File

@@ -386,19 +386,6 @@ public class EntranceFragment extends MvpFragment<EntranceView, EntrancePresente
// 根据本地配置设置自车图标
MyLocationUtil.setMyLocationIconUrl(getContext());
// flSpeed = (FrameLayout) findViewById(R.id.fl_speed);
// mouduleArc = (ArcView) findViewById(R.id.moudule_arc);
// if (DebugConfig.isDebug()) {
// mouduleArc.setLongClickable(true);
// mouduleArc.setOnLongClickListener(v -> {
// Log.d(TAG, "长按显示状态工具栏");
// Intent intent = new Intent();
// intent.putExtra("oper", 52);
// MogoApisHandler.getInstance().getApis().getIntentManagerApi().invoke(MogoReceiver.ACTION_MOCK, intent);
// return true;
// });
// }
clTrafficLight = (ConstraintLayout) findViewById(R.id.cl_traffic_light);
tvYellow = (TextView) findViewById(R.id.tv_yellow);
tvRed = (TextView) findViewById(R.id.tv_red);