thread is set during notification callback.

It should *not* be non-atomic

// FREEBIE
pull/1/head
Michael Kirk 9 years ago
parent eef2002224
commit 6545161192

@ -80,7 +80,7 @@ typedef enum : NSUInteger {
NSUInteger _unreadCount;
}
@property (nonatomic, readwrite) TSThread *thread;
@property TSThread *thread;
@property (nonatomic, weak) UIView *navView;
@property (nonatomic, strong) YapDatabaseConnection *editingDatabaseConnection;
@property (nonatomic, strong) YapDatabaseConnection *uiDatabaseConnection;

Loading…
Cancel
Save