We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c003de commit b77619fCopy full SHA for b77619f
Source/Shared/Storage/Storage.swift
@@ -56,7 +56,7 @@ public final class Storage<T> {
56
private func subscribeToChanges(in storage: HybridStorage<T>) {
57
storage.storageObservationRegistry.addObservation { [weak self] _, change in
58
guard let strongSelf = self else { return }
59
- self?.storageObservationRegistry.notifyObservers(about: change, in: strongSelf)
+ strongSelf.storageObservationRegistry.notifyObservers(about: change, in: strongSelf)
60
}
61
62
0 commit comments