This commit is contained in:
2022-11-01 18:18:58 +08:00
parent b8ee197e52
commit a2de293e10
11 changed files with 728 additions and 148 deletions

View File

@@ -95,7 +95,7 @@ public abstract class RefreshAdapter<T> extends RecyclerView.Adapter {
return position;
}
protected boolean canClick() {
protected static boolean canClick() {
return ClickUtil.canClick();
}