Skip to content

Commit d8604d1

Browse files
committed
refactor(ItemClickUtils): 整理代码
1 parent e6187f6 commit d8604d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/src/main/java/com/chad/library/adapter4/util/ItemClickUtils.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ private abstract class DebouncedClickListener<T : Any>(private val interval: Lon
3434
}
3535
}
3636

37-
protected abstract fun onSingleClick(adapter: BaseQuickAdapter<T, *>, view: View, position: Int)
37+
abstract fun onSingleClick(adapter: BaseQuickAdapter<T, *>, view: View, position: Int)
3838
}
3939

4040

0 commit comments

Comments
 (0)