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

Fix an issue where the application is not receiving callbacks for actions. #2622

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

drbeermann
Copy link

A mutable copy of the userInfo object is created and the actionCallback is then set into the copy, but the copy is not used in the case where the application is inactive, so the action is not recognized on launch.

How Has This Been Tested?

Tested using our current app (Pacifica) in a development environment to verify that the action callbacks are fired with my change.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

…ck is then set into the copy, but the copy is not used in the case where the application is inactive, so the action is not recognized on launch.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant