BugReportVC: Force users to add a description in crash reports.

This makes github happier and will help us on triaging.
This commit is contained in:
manuroe
2017-09-20 09:10:29 +02:00
parent d452535ee1
commit d7ffe122ee
@@ -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];