summaryrefslogtreecommitdiff
path: root/Juick/ViewControllers/NewPostViewController.m
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2020-05-15 14:13:39 +0300
committerGravatar Vitaly Takmazov2020-05-15 14:13:39 +0300
commitcefb229ce61ed1bf26b377e969b6ba34e3fd5abb (patch)
treea651d1ef865a4bc65e9e87a41a071037efec8d34 /Juick/ViewControllers/NewPostViewController.m
parent4e1d4ecc574fb8f8e0643427a2b6b0ec14672d04 (diff)
Transparent text editor
Diffstat (limited to 'Juick/ViewControllers/NewPostViewController.m')
-rw-r--r--Juick/ViewControllers/NewPostViewController.m1
1 files changed, 0 insertions, 1 deletions
diff --git a/Juick/ViewControllers/NewPostViewController.m b/Juick/ViewControllers/NewPostViewController.m
index 344e7b9..8e61006 100644
--- a/Juick/ViewControllers/NewPostViewController.m
+++ b/Juick/ViewControllers/NewPostViewController.m
@@ -28,7 +28,6 @@ NSString * const ReplyPostedNotificationName = @"ReplyPosted";
{
[super viewDidLoad];
self.paddingValue = self.bottomConstraint.constant;
- [self.view setBackgroundColor:[UIColor colorNamed:@"Background"]];
if (_replyTo != nil) {
QuoteView *inputView = (QuoteView *) self.inputAccessoryView;
inputView.quoteText.text = _replyTo.text;