From db3b2d443c4e1613153e0c5163168836d02a2d60 Mon Sep 17 00:00:00 2001 From: Michael Kirk Date: Thu, 14 Jul 2016 10:54:45 -0700 Subject: [PATCH] Use upstream corner radius The history here is that the radius I'm removing was added in #884 after having straight edges added in our custom fork for a while. So, rather than override our override, I'm just reverting to the upstream value, which is close in proximity, and closer to iMessages radius. // FREEBIE --- Signal/src/view controllers/MessagesViewController.m | 2 -- 1 file changed, 2 deletions(-) diff --git a/Signal/src/view controllers/MessagesViewController.m b/Signal/src/view controllers/MessagesViewController.m index f5b4b1bf3d6..3a39928d2e0 100644 --- a/Signal/src/view controllers/MessagesViewController.m +++ b/Signal/src/view controllers/MessagesViewController.m @@ -255,8 +255,6 @@ - (void)initializeTextView { sendLabel.font = [UIFont ows_regularFontWithSize:17.0f]; sendLabel.textColor = [UIColor ows_materialBlueColor]; sendLabel.textAlignment = NSTextAlignmentCenter; - - self.inputToolbar.contentView.textView.layer.cornerRadius = 4.f; } - (void)viewWillAppear:(BOOL)animated {