File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
TextSecureiOS/ViewControllers Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -6,11 +6,11 @@ pod 'RNCryptor', '~> 2.1'
66pod 'FMDB' , '~> 2.1'
77pod 'HockeySDK' , '~> 3.5.3'
88pod 'libPhoneNumber-iOS' , '~> 0.7.2'
9- pod 'AFNetworking' , '~> 2.2.2 '
9+ pod 'AFNetworking' , '~> 2.2.3 '
1010pod 'PonyDebugger' , '~> 0.3.0'
1111pod 'SQLCipher' , '~> 3.0.1'
1212pod 'GoogleProtobuf' , '~> 2.5.0'
13- pod 'SWTableViewCell' , '~> 0.2.4 '
13+ pod 'SWTableViewCell' , '~> 0.2.8 '
1414pod 'curve25519-donna' , '~> 1.2.1'
1515pod 'UIImage-Categories' , '~> 0.0.1'
1616pod 'JSMessagesViewController' , '~> 3.4.4'
Original file line number Diff line number Diff 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;
You can’t perform that action at this time.
0 commit comments