From 7e1c0102b74ed46f1c27ec357217433df90aeaa7 Mon Sep 17 00:00:00 2001 From: Matthew Chen Date: Fri, 15 Jun 2018 11:18:34 -0400 Subject: [PATCH] Unify the cell and avatar sizes. --- Signal/src/ViewControllers/HomeView/HomeViewCell.m | 2 -- 1 file changed, 2 deletions(-) diff --git a/Signal/src/ViewControllers/HomeView/HomeViewCell.m b/Signal/src/ViewControllers/HomeView/HomeViewCell.m index b39228308..d43d36c7e 100644 --- a/Signal/src/ViewControllers/HomeView/HomeViewCell.m +++ b/Signal/src/ViewControllers/HomeView/HomeViewCell.m @@ -59,8 +59,6 @@ NS_ASSUME_NONNULL_BEGIN { OWSAssert(!self.avatarView); - [self setTranslatesAutoresizingMaskIntoConstraints:NO]; - self.backgroundColor = [UIColor whiteColor]; _viewConstraints = [NSMutableArray new];