wjc
2024-12-03 4c111f5659d7e8872ad91316127326de9a9f6162
app/src/main/java/com/hdl/photovoltaic/ui/message/MessageInfoActivity.java
@@ -45,8 +45,7 @@
    @Override
    public void onBindView(Bundle savedInstanceState) {
        setNotificationBarBackgroundColor(CustomColor.white);
        setStatusBarTextColor();
       setStatusBarTranslucent();
        try {
            String json = getIntent().getStringExtra("messageBean");
            mMessageBean = new Gson().fromJson(json, MessageBean.class);
@@ -113,7 +112,7 @@
    private void initEvent() {
        //后退的事件
        viewBinding.toolbarTopIn.topBackLl.setOnClickListener(new View.OnClickListener() {
        viewBinding.toolbarTopRl.topBackLl.setOnClickListener(new View.OnClickListener() {
            @Override
            public void onClick(View v) {
                if (mMessageBean == null) {
@@ -205,8 +204,8 @@
    private void initView() {
        viewBinding.toolbarTopIn.topTitleTv.setText(R.string.message_alarm_info);
        viewBinding.toolbarTopIn.topBackLl.setVisibility(View.VISIBLE);
        viewBinding.toolbarTopRl.topTitleTv.setText(R.string.message_alarm_info);
        viewBinding.toolbarTopRl.topBackLl.setVisibility(View.VISIBLE);
        if (!UserConfigManage.getInstance().isBAccount()) {
            viewBinding.messageInfoBackTv.setTextColor(getColor(R.color.text_38C494));