Skip to content

Commit

Permalink
Make iOS Analytics Consistent with Android
Browse files Browse the repository at this point in the history
Fixes #724
  • Loading branch information
aaronbrethorst committed Jun 10, 2024
1 parent c4abb11 commit f3dadcd
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 f3dadcd

Please sign in to comment.