소스 검색

修改部分问题

Pq 1 년 전
부모
커밋
28941f6c57
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      chatModule/src/main/java/com/cooleshow/chatmodule/ui/NoticeActivity.java

+ 1 - 1
chatModule/src/main/java/com/cooleshow/chatmodule/ui/NoticeActivity.java

@@ -81,7 +81,7 @@ public class NoticeActivity extends BaseMVPActivity<TcActivityNoticeBinding, Not
             viewBinding.toolbarInclude.tvRight.setVisibility(View.GONE);
         }
         targetId = getIntent().getStringExtra("targetId");
-        viewBinding.refreshLayout.setRefreshFooter(new ClassicsFooter(this).setDrawableSize(20))
+        viewBinding.refreshLayout.setRefreshFooter(new ClassicsFooter(this).setDrawableSize(20));
         recyclerView = viewBinding.recyclerView;
         floatbutton = viewBinding.floatbutton;
         floatbutton.setOnClickListener(this);