Skip to content

Commit

Permalink
[LOOP-4884] Use LoopCircleView for LoopStateView / SwiftUI Interop
Browse files Browse the repository at this point in the history
  • Loading branch information
Camji55 committed Jul 25, 2024
1 parent aaf56cc commit a601a2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LoopUI/Views/LoopStateView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ struct WrappedLoopCircleView: View {
@ObservedObject var viewModel: WrappedLoopStateViewModel

var body: some View {
LoopCircleView(closedLoop: $viewModel.closedLoop, freshness: $viewModel.freshness, animating: $viewModel.animating)
LoopCircleView(closedLoop: viewModel.closedLoop, freshness: viewModel.freshness, animating: viewModel.animating)
.environment(\.loopStatusColorPalette, viewModel.loopStatusColors)
}
}
Expand Down

0 comments on commit a601a2f

Please sign in to comment.