Merge branch 'charlesmchen/linkPreviewsInputBackground'

pull/1/head
Matthew Chen 6 years ago
commit 3b9fe50b4e

@ -123,7 +123,8 @@ const CGFloat kMaxTextViewHeight = 98;
_inputTextView = [ConversationInputTextView new]; _inputTextView = [ConversationInputTextView new];
self.inputTextView.textViewToolbarDelegate = self; self.inputTextView.textViewToolbarDelegate = self;
self.inputTextView.font = [UIFont ows_dynamicTypeBodyFont]; self.inputTextView.font = [UIFont ows_dynamicTypeBodyFont];
self.inputTextView.backgroundColor = Theme.toolbarBackgroundColor; self.inputTextView.backgroundColor = UIColor.clearColor;
self.inputTextView.opaque = NO;
[self.inputTextView setContentHuggingLow]; [self.inputTextView setContentHuggingLow];
[self.inputTextView setCompressionResistanceLow]; [self.inputTextView setCompressionResistanceLow];

Loading…
Cancel
Save