Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
mickmaccallum committed Dec 5, 2024
1 parent b345dce commit 0023977
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,9 @@ struct PushSettingsPermissionHeader: View {
URL(string: UIApplication.openNotificationSettingsURLString)!
) { accepted in
if accepted {
parra.logEvent(.action(source: "open_system_settings"))
Task { @MainActor in
parra.logEvent(.action(source: "open_system_settings"))
}
}
}
}
Expand Down

0 comments on commit 0023977

Please sign in to comment.