Skip to content

Commit 6545161

Browse files
committed
thread is set during notification callback.
It should *not* be non-atomic // FREEBIE
1 parent eef2002 commit 6545161

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Signal/src/view controllers/MessagesViewController.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ @interface MessagesViewController () {
8080
NSUInteger _unreadCount;
8181
}
8282

83-
@property (nonatomic, readwrite) TSThread *thread;
83+
@property TSThread *thread;
8484
@property (nonatomic, weak) UIView *navView;
8585
@property (nonatomic, strong) YapDatabaseConnection *editingDatabaseConnection;
8686
@property (nonatomic, strong) YapDatabaseConnection *uiDatabaseConnection;

0 commit comments

Comments
 (0)