We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eef2002 commit 6545161Copy full SHA for 6545161
Signal/src/view controllers/MessagesViewController.m
@@ -80,7 +80,7 @@ @interface MessagesViewController () {
80
NSUInteger _unreadCount;
81
}
82
83
-@property (nonatomic, readwrite) TSThread *thread;
+@property TSThread *thread;
84
@property (nonatomic, weak) UIView *navView;
85
@property (nonatomic, strong) YapDatabaseConnection *editingDatabaseConnection;
86
@property (nonatomic, strong) YapDatabaseConnection *uiDatabaseConnection;
0 commit comments