mirror of
https://github.com/jeremysrand/ListenerApp.git
synced 2025-02-21 01:28:57 +00:00
Add a comment about the problems with syncing with iCloud.
This commit is contained in:
parent
0138a4de79
commit
644170dec4
@ -66,6 +66,9 @@ class GSDestinations : ObservableObject {
|
||||
|
||||
@objc func onUbiquitousKeyValueStoreDidChangeExternally(notification:Notification)
|
||||
{
|
||||
// It would be nice to do something better than just replacing dests with what we get from iCloud.
|
||||
// I think when we do this, the entire list will be rebuilt and anything selected is probably lost.
|
||||
// The list isn't likely to change and will also be small so maybe it isn't too big of a deal.
|
||||
loadDestinations()
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user