We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ffd6b5 commit 9c32841Copy full SHA for 9c32841
1 file changed
checkabletextview/src/main/java/com/devzone/checkabletextview/CheckableTextView.kt
@@ -145,7 +145,7 @@ class CheckableTextView : RelativeLayout {
145
* Change [CheckableTextView] click state
146
* @param isClickable = pass true for enable clicks and false for disable clicks.
147
*/
148
- @RestrictTo(RestrictTo.Scope.TESTS)
+ @RestrictTo(RestrictTo.Scope.LIBRARY)
149
fun setClickEnabled(isClickable: Boolean) {
150
// 0.5 second delay added to ongoing ripple animation to complete (if any)
151
rootRL.postDelayed(
0 commit comments