mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 06:35:51 +00:00
Fix build
This commit is contained in:
@@ -114,13 +114,14 @@ class LocationPinAnnotationView: MKAnnotationView {
|
||||
|
||||
super.init(annotation: annotation, reuseIdentifier: locationPinReuseIdentifier)
|
||||
|
||||
self.addSubnode(self.smallNode)
|
||||
self.smallNode.addSubnode(self.smallIconNode)
|
||||
self.addSubnode(self.dotNode)
|
||||
|
||||
self.addSubnode(self.shadowNode)
|
||||
self.shadowNode.addSubnode(self.backgroundNode)
|
||||
self.backgroundNode.addSubnode(self.iconNode)
|
||||
self.addSubnode(self.dotNode)
|
||||
|
||||
self.addSubnode(self.smallNode)
|
||||
self.smallNode.addSubnode(self.smallIconNode)
|
||||
|
||||
self.annotation = annotation
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user