Merge pull request #1520 from vector-im/force_crash_description

BugReportVC: Force users to add a description in crash reports.
This commit is contained in:
manuroe 2017-09-20 09:52:05 +02:00 committed by GitHub
commit 96c22f0447

View file

@ -89,9 +89,6 @@
{
_titleLabel.text = NSLocalizedStringFromTable(@"bug_report_title", @"Vector", nil);
_descriptionLabel.text = NSLocalizedStringFromTable(@"bug_report_description", @"Vector", nil);
// Allow to send empty description for crash report but not for bug report
_sendButton.enabled = NO;
}
[_cancelButton setTitle:[NSBundle mxk_localizedStringForKey:@"cancel"] forState:UIControlStateNormal];