app/src/main/java/com/hdl/photovoltaic/ui/message/MessageFragment.java
@@ -495,6 +495,9 @@ @Override public void onFailure(HDLException e) { HdlThreadLogic.runMainThread(new Runnable() { @Override public void run() { TextView textView = _mActivity.findViewById(R.id.my_message_bottom_il2).findViewById(R.id.red_count_tv); if (textView != null) { textView.setVisibility(View.GONE); @@ -502,6 +505,8 @@ } }); } }); } /**