Skip to content

Commit

Permalink
Fix adaptive switch disabled isssue (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexzhirkevich authored Sep 5, 2024
1 parent bb6946c commit 60a93e6
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ fun AdaptiveSwitch(
CupertinoSwitch(
checked = checked,
onCheckedChange = onCheckedChange,
enabled = enabled,
modifier = modifier,
thumbContent = thumbContent,
interactionSource = interactionSource,
Expand Down Expand Up @@ -128,4 +129,4 @@ private class SwitchAdaptation :
MaterialSwitchAdaptation(colors)
}
}
}
}

0 comments on commit 60a93e6

Please sign in to comment.