Skip to content

Commit

Permalink
Merge pull request #117 from cgolebio/IssueFix-114-OnboardingProgress
Browse files Browse the repository at this point in the history
Fix Onboarding progress bar notification
  • Loading branch information
SMartorelli committed Aug 25, 2022
2 parents 5f19261 + c43a0cf commit 19ff2d9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ final class OnboardingInteractiveEFCLController: InteractiveEFCLController {
}
switch argument {
case "percent", "top_message", "bottom_message", "user_interaction_enabled", "user_interruption_allowed", "exit_on_completion":
NotificationCenter.default.post(name: Notification.Name("progressbar_interactive_updates"), object: ["data" : inputData])
NotificationCenter.default.post(name: Notification.Name("progressbar_interactive_updates"), object: nil, userInfo: ["data" : inputData])
default:
continue
}
Expand Down

0 comments on commit 19ff2d9

Please sign in to comment.