forked from organicmaps/organicmaps
[MAPSME-3385] [ios] Fixed bug report email subject.
This commit is contained in:
parent
722549559e
commit
7e284e88df
1 changed files with 1 additions and 1 deletions
|
@ -191,7 +191,7 @@ NSString * const kiOSEmail = @"ios@maps.me";
|
|||
[Statistics logEvent:kStatSettingsOpenSection withParameters:@{kStatName : kStatReport}];
|
||||
[Alohalytics logEvent:kAlohalyticsTapEventKey withValue:@"reportABug"];
|
||||
// Do not localize subject. Support team uses it to filter emails.
|
||||
[self sendEmailWithSubject:@"Bug report from user" toRecipient:kiOSEmail];
|
||||
[self sendEmailWithSubject:@"Bugreport from user" toRecipient:kiOSEmail];
|
||||
}
|
||||
|
||||
#pragma mark - Email
|
||||
|
|
Loading…
Add table
Reference in a new issue