Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

fix(messaging): macos incorrect parsing of notification response ... #17231

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
steffenhaak wants to merge 4 commits into firebase:main
base: main
Choose a base branch
Loading
from steffenhaak:fix/macos-notification-click

Conversation

Copy link

@steffenhaak steffenhaak commented Mar 24, 2025

...in application_onDidFinishLaunchingNotification

Description

See bug report in related issue.

Related Issues

#17230

Checklist

Before you create this PR confirm that it meets all requirements listed below by checking the relevant checkboxes ([x]).
This will ensure a smooth and quick review process. Updating the pubspec.yaml and changelogs is not required.

  • I read the Contributor Guide and followed the process outlined there for submitting PRs.
  • My PR includes unit or integration tests for all changed/updated/fixed behaviors (See Contributor Guide).
  • All existing and new tests are passing.
  • I updated/added relevant documentation (doc comments with ///).
  • The analyzer (melos run analyze) does not report any problems on my PR.
  • I read and followed the Flutter Style Guide.
  • I signed the CLA.
  • I am willing to follow-up on review comments in a timely manner.

Breaking Change

Does your PR require plugin users to manually update their apps to accommodate your change?

  • Yes, this is a breaking change.
  • No, this is not a breaking change.

@steffenhaak steffenhaak changed the title (削除) fix: incorrect parsing of notification response ... (削除ここまで) (追記) fix(messaging): macos incorrect parsing of notification response ... (追記ここまで) Mar 24, 2025
// Setup UIApplicationDelegate.
#if TARGET_OS_OSX
NSDictionary *remoteNotification = notification.userInfo[NSApplicationLaunchUserNotificationKey];
UNNotificationResponse *notificationResponse = notification.userInfo[NSApplicationLaunchUserNotificationKey];
Copy link
Contributor

@MichaelVerdon MichaelVerdon Apr 11, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey there, I am sorry I did not see this sooner. It looks alright to me. Can I get you to fix formatting issues that occured on CI? Should be very quick.

Copy link
Author

@steffenhaak steffenhaak Jun 26, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @MichaelVerdon , I am very sorry, I unfortunately lost sight of your message. I just ran clang-format (see latest commit), so the tests now should pass. Can you approve another test run?

Copy link
Author

@steffenhaak steffenhaak Jul 16, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@MichaelVerdon Ping :)

MichaelVerdon reacted with eyes emoji
Copy link
Contributor

@MichaelVerdon MichaelVerdon Jul 31, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi there thanks for the ping @steffenhaak I will be checking this out properly

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

@MichaelVerdon MichaelVerdon MichaelVerdon requested changes

Requested changes must be addressed to merge this pull request.

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

AltStyle によって変換されたページ (->オリジナル) /