Skip to content

Commit

Permalink
update slider outcome on button tap
Browse files Browse the repository at this point in the history
  • Loading branch information
cbaker6 committed Jun 25, 2024
1 parent b153c7e commit 04bf76d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ struct SliderLogButton: CareKitEssentialView {
var body: some View {
VStack {
Button(action: {

updateValue()
}) {
HStack {
Spacer()
Expand Down

0 comments on commit 04bf76d

Please sign in to comment.