mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 09:02:44 +02:00
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:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user