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