wjc
2024-12-10 3ccff7173fb73322f7785d8eaedc90a1b5d8765d
app/src/main/java/com/hdl/photovoltaic/ui/message/MessageInfoActivity.java
@@ -24,6 +24,7 @@
import com.hdl.photovoltaic.ui.bean.MessageBean;
import com.hdl.photovoltaic.utils.TimeUtils;
import com.hdl.sdk.link.core.bean.eventbus.BaseEventBus;
import com.jaeger.library.StatusBarUtil;
import org.greenrobot.eventbus.EventBus;
@@ -46,6 +47,7 @@
    @Override
    public void onBindView(Bundle savedInstanceState) {
       setStatusBarTranslucent();
        try {
            String json = getIntent().getStringExtra("messageBean");
            mMessageBean = new Gson().fromJson(json, MessageBean.class);
@@ -254,7 +256,7 @@
            type = _mActivity.getString(R.string.loading_title_tip);
            drawable = AppCompatResources.getDrawable(_mActivity, R.drawable.device_state_ffb9b9b9);
        }
        textView.setText(type);
//        textView.setText(type);
        textView.setBackground(drawable);
    }