瀏覽代碼

修改部分问题

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);