Skip to content

Commit

Permalink
Fix Onboarding progress bar notification
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher J. Golebiowski <cgolebio@gmail.com>
  • Loading branch information
cgolebio committed Aug 25, 2022
1 parent 5f19261 commit c43a0cf
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 c43a0cf

Please sign in to comment.