Skip to content
This repository has been archived by the owner on Jun 25, 2020. It is now read-only.

Commit

Permalink
fix log event login message
Browse files Browse the repository at this point in the history
  • Loading branch information
Łukasz Matuszczak authored and codytwinton committed Jul 16, 2018
1 parent f559df6 commit 0fda286
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ - (void)logNativeAppDialogResult:(BOOL)result dialogDuration:(NSTimeInterval)dia
if ([FBSDKInternalUtility isOSRunTimeVersionAtLeast:iOS10Version]) {
_extras[@"native_app_login_dialog_duration"] = @(dialogDuration);
_extras[@"native_app_login_dialog_result"] = @(result);
[self logEvent:FBSDKAppEventNameFBSessionFASLoginDialogResult params:[self _parametersForNewEvent]];
[self logEvent:FBSDKAppEventNameFBDialogsNativeLoginDialogEnd params:[self _parametersForNewEvent]];
}
}

Expand Down

0 comments on commit 0fda286

Please sign in to comment.