Skip to content
This repository was archived by the owner on Feb 2, 2023. It is now read-only.

Commit 1044799

Browse files
Hannah Troisiappleguy
authored andcommitted
[ASMapNode] use ASDisplayNode base class lock (#1879)
* [ASVideoPlayerNode] Use ASDisplayNode base class lock for subclass property syncrhonization, fix retain cycles * [ASMapNode] Use ASDisplayNode base class lock instead of subclass lock
1 parent bf9c142 commit 1044799

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

AsyncDisplayKit/ASMapNode.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
#if TARGET_OS_IOS
1212
#import "ASMapNode.h"
13+
#import "ASDisplayNodeInternal.h"
1314
#import "ASDisplayNode+Subclasses.h"
1415
#import "ASDisplayNodeExtras.h"
1516
#import "ASInsetLayoutSpec.h"
@@ -18,7 +19,6 @@
1819

1920
@interface ASMapNode()
2021
{
21-
ASDN::RecursiveMutex _propertyLock;
2222
MKMapSnapshotter *_snapshotter;
2323
BOOL _snapshotAfterLayout;
2424
NSArray *_annotations;

0 commit comments

Comments
 (0)