We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 814e32e commit ed93644Copy full SHA for ed93644
1 file changed
Application/DevLogPresentation/Sources/Settings/AccountFeature.swift
@@ -71,10 +71,12 @@ struct AccountFeature {
71
state.connectedProviders = allProviders.filter { $0 != currentProvider }
72
state.disconnectedProviders = AuthProvider.allCases
73
.filter { !allProviders.contains($0) }
74
- case .loading:
+ case .loading(.end):
75
if !state.isLoading {
76
state.activeLoadingProvider = nil
77
}
78
+ case .loading:
79
+ break
80
81
return .none
82
0 commit comments