Skip to content

Commit

Permalink
Merge pull request #731 from OneBusAway/analytics
Browse files Browse the repository at this point in the history
Make iOS Analytics Consistent with Android
  • Loading branch information
aaronbrethorst authored Jun 12, 2024
2 parents c4abb11 + f3dadcd commit 51e3c60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Apps/Shared/Analytics/OBAFirebaseAnalytics.m
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ - (void)reportEvent:(enum OBAAnalyticsEvent)event label:(NSString *)label value:
NSString *eventName = nil;

if (event == OBAAnalyticsEventUserAction) {
eventName = kFIRParameterContentType;
eventName = kFIREventSelectContent;
}
else {
[OBALogger error:[NSString stringWithFormat:@"Invalid call to -reportEventWithCategory: %@ label: %@ value: %@", @(event), label, value]];
Expand Down

0 comments on commit 51e3c60

Please sign in to comment.