Skip to content

Commit 9c32841

Browse files
committed
experimental feature
1 parent 7ffd6b5 commit 9c32841

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

checkabletextview/src/main/java/com/devzone/checkabletextview/CheckableTextView.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ class CheckableTextView : RelativeLayout {
145145
* Change [CheckableTextView] click state
146146
* @param isClickable = pass true for enable clicks and false for disable clicks.
147147
*/
148-
@RestrictTo(RestrictTo.Scope.TESTS)
148+
@RestrictTo(RestrictTo.Scope.LIBRARY)
149149
fun setClickEnabled(isClickable: Boolean) {
150150
// 0.5 second delay added to ongoing ripple animation to complete (if any)
151151
rootRL.postDelayed(

0 commit comments

Comments
 (0)