From 4fc24540dcc748cdc06fdc16d7aaac99c35eb22f Mon Sep 17 00:00:00 2001 From: Matthew Chen Date: Tue, 26 Jun 2018 13:54:26 -0400 Subject: [PATCH] Breaks: unread indicators and date headers. --- .../ConversationView/Cells/OWSUnreadIndicatorCell.m | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Signal/src/ViewControllers/ConversationView/Cells/OWSUnreadIndicatorCell.m b/Signal/src/ViewControllers/ConversationView/Cells/OWSUnreadIndicatorCell.m index a10569713..46ec6d38f 100644 --- a/Signal/src/ViewControllers/ConversationView/Cells/OWSUnreadIndicatorCell.m +++ b/Signal/src/ViewControllers/ConversationView/Cells/OWSUnreadIndicatorCell.m @@ -134,11 +134,6 @@ NS_ASSUME_NONNULL_BEGIN @"Messages that indicates that there are more unseen messages including safety number changes.")); } -- (CGFloat)subtitleHMargin -{ - return 20.f; -} - - (CGFloat)subtitleVSpacing { return 3.f;