mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Fix refresh progress compile error
This commit is contained in:
@@ -13,7 +13,7 @@ struct RefreshProgressView: View {
|
||||
@EnvironmentObject private var refreshProgress: RefreshProgressModel
|
||||
|
||||
@ViewBuilder var body: some View {
|
||||
switch refreshProgress.refreshProgressState {
|
||||
switch refreshProgress.state {
|
||||
case .refreshProgress(let progress):
|
||||
ProgressView(value: progress)
|
||||
.frame(width: progressViewWidth())
|
||||
|
||||
Reference in New Issue
Block a user