Skip to content

Commit

Permalink
Use upstream corner radius
Browse files Browse the repository at this point in the history
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
  • Loading branch information
michaelkirk committed Jul 15, 2016
1 parent 4ccb295 commit db3b2d4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Signal/src/view controllers/MessagesViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit db3b2d4

Please sign in to comment.