解决冲突
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user