better debug log copy

"Email Support" and "Open a Bug Report"

// FREEBIE
This commit is contained in:
Michael Kirk 2017-03-17 17:41:23 -04:00
parent 8adba61b37
commit 42975e44e8

View file

@ -36,7 +36,7 @@
[self submitLogsWithCompletion:^(NSError *error, NSString *urlString) {
if (!error) {
sharedManager.gistURL = urlString;
sharedManager.submitAlertView = [[UIAlertView alloc] initWithTitle:@"One More Step" message:@"What would you like to do with the link to your debug log?" delegate:[self sharedManager] cancelButtonTitle:@"Create GitHub Issue" otherButtonTitles:@"Email Link", @"Copy Link", nil];
sharedManager.submitAlertView = [[UIAlertView alloc] initWithTitle:@"One More Step" message:@"What would you like to do with the link to your debug log?" delegate:[self sharedManager] cancelButtonTitle:@"Open a Bug Report" otherButtonTitles:@"Email Support", @"Copy Link", nil];
[sharedManager.submitAlertView show];
} else{
UIAlertView *alertView = [[UIAlertView alloc] initWithTitle:@"Failed to submit debug log" message:error.localizedDescription delegate:nil cancelButtonTitle:@"OK" otherButtonTitles:nil, nil];