Skip to content

Commit c1241eb

Browse files
committed
Adjusted KVO firing order
1 parent 65043b8 commit c1241eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

NetworkingInOperations-Example/Networking/ConcurrentOperation.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ class ConcurrentOperation<Value>: Operation, @unchecked Sendable {
3939
willChangeValue(forKey: newValue.rawValue)
4040
}
4141
didSet {
42-
didChangeValue(forKey: _state.rawValue)
4342
didChangeValue(forKey: oldValue.rawValue)
43+
didChangeValue(forKey: _state.rawValue)
4444
}
4545
}
4646

0 commit comments

Comments
 (0)