Add the ability to handoff from iOS to Mac

This commit is contained in:
Maurice Parker
2019-10-03 15:49:27 -05:00
parent d41da79c72
commit 0000e03083
10 changed files with 55 additions and 12 deletions

View File

@@ -1658,7 +1658,7 @@ private extension SceneCoordinator {
return nil
}
if let node = treeController.rootNode.descendantNode(where: { ($0.representedObject as? Account)?.name == accountName }) {
if let node = treeController.rootNode.descendantNode(where: { ($0.representedObject as? Account)?.nameForDisplay == accountName }) {
return node
}