app/src/main/java/com/hdl/photovoltaic/ui/message/MessageInfoActivity.java
@@ -47,7 +47,7 @@ @Override public void onBindView(Bundle savedInstanceState) { setStatusBarTranslucent(); getWindow().setNavigationBarColor(getColor(R.color.text_FF333738)); getWindow().setNavigationBarColor(getColor(R.color.text_FF000000)); try { String json = getIntent().getStringExtra("messageBean"); mMessageBean = new Gson().fromJson(json, MessageBean.class);