Skip to content

Commit

Permalink
Change self to Application.shared
Browse files Browse the repository at this point in the history
  • Loading branch information
0xLeif committed Nov 29, 2023
1 parent 25771c7 commit 90eef9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/AppState/Application/Application.swift
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ open class Application: NSObject, ObservableObject {
consume(object: cache)

NotificationCenter.default.addObserver(
self,
Application.shared,
selector: #selector(didChangeExternally),
name: NSUbiquitousKeyValueStore.didChangeExternallyNotification,
object: NSUbiquitousKeyValueStore.default
Expand Down

0 comments on commit 90eef9c

Please sign in to comment.