Skip to content

Commit b4cc128

Browse files
Closes #174
1 parent 50c335a commit b4cc128

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ pod 'RNCryptor', '~> 2.1'
66
pod 'FMDB', '~> 2.1'
77
pod 'HockeySDK', '~> 3.5.3'
88
pod 'libPhoneNumber-iOS', '~> 0.7.2'
9-
pod 'AFNetworking', '~> 2.2.2'
9+
pod 'AFNetworking', '~> 2.2.3'
1010
pod 'PonyDebugger', '~> 0.3.0'
1111
pod 'SQLCipher', '~> 3.0.1'
1212
pod 'GoogleProtobuf', '~> 2.5.0'
13-
pod 'SWTableViewCell', '~> 0.2.4'
13+
pod 'SWTableViewCell', '~> 0.2.8'
1414
pod 'curve25519-donna', '~> 1.2.1'
1515
pod 'UIImage-Categories', '~> 0.0.1'
1616
pod 'JSMessagesViewController', '~> 3.4.4'

TextSecureiOS/ViewControllers/TextSecureViewController.m

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,6 @@ - (UITableViewCell *)tableView:(UITableView *)tv cellForRowAtIndexPath:(NSIndexP
108108

109109
threadCell.rightUtilityButtons = rightUtilityButtons;
110110
threadCell.delegate = self;
111-
threadCell.containingTableView = tv;
112-
threadCell.cellHeight = [self tableView:tv heightForRowAtIndexPath:indexPath];
113111
}
114112

115113
return cell;

0 commit comments

Comments
 (0)