We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9b8e7b commit 6bd2f0eCopy full SHA for 6bd2f0e
app/src/main/java/be/scri/ui/common/components/CircleClickableItemComp.kt
@@ -49,8 +49,9 @@ fun CircleClickableItemComp(
49
modifier =
50
modifier.clickable {
51
when (checkState) {
52
- CheckUpdateState.Idle, CheckUpdateState.Done -> onStartCheck()
+ CheckUpdateState.Idle -> onStartCheck()
53
CheckUpdateState.Checking -> onCancel()
54
+ CheckUpdateState.Done -> { }
55
}
56
},
57
) {
0 commit comments