Remove unused code

pull/63/head
Niels Andriesse 6 years ago
parent 413eb05916
commit d36bd5d143

@ -1679,7 +1679,6 @@ typedef enum : NSUInteger {
[self.inputToolbar setUserInteractionEnabled:isEnabled];
NSString *placeholderText = isEnabled ? NSLocalizedString(@"New Message", "") : NSLocalizedString(@"Pending Friend Request...", "");
[self.inputToolbar setPlaceholderText:placeholderText];
BOOL isContactFriend = self.thread.isContactFriend;
[self.inputToolbar setAttachmentButtonHidden:isAttachmentButtonHidden];
}

Loading…
Cancel
Save