Read Receipts Details - Add close button

This commit is contained in:
Giom Foret
2017-06-30 14:57:11 +02:00
parent 1ba89bb451
commit 0ff3dd6665
4 changed files with 32 additions and 6 deletions
@@ -89,6 +89,11 @@
// Allow to send empty description for crash report but not for bug report
_sendButton.enabled = NO;
}
[_cancelButton setTitle:[NSBundle mxk_localizedStringForKey:@"cancel"] forState:UIControlStateNormal];
[_cancelButton setTitle:[NSBundle mxk_localizedStringForKey:@"cancel"] forState:UIControlStateHighlighted];
[_sendButton setTitle:NSLocalizedStringFromTable(@"bug_report_send", @"Vector", nil) forState:UIControlStateNormal];
[_sendButton setTitle:NSLocalizedStringFromTable(@"bug_report_send", @"Vector", nil) forState:UIControlStateHighlighted];
_sendingContainer.hidden = YES;