Skip to content

Logic fix suggestion for Push Notifications #859

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

Merged
merged 8 commits into from
Jan 10, 2025

Conversation

sumeruchat
Copy link
Collaborator

@sumeruchat sumeruchat commented Jan 10, 2025

🔹 Jira Ticket(s) if any

✏️ Description

Please provide a brief description of what this pull request does.

if (!systemNotificationEnabled) {
sharedInstance.disablePush();
} else {
sharedInstance.registerForPush();
Copy link
Contributor

Choose a reason for hiding this comment

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

Added this registerForPush call since it will not enable without this.

Copy link
Contributor

@evantk91 evantk91 left a comment

Choose a reason for hiding this comment

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

LGTM. Tested end-to-end.

@sumeruchat sumeruchat merged commit fc8e552 into master Jan 10, 2025
3 of 4 checks passed
@sumeruchat sumeruchat deleted the feature/MOB-9446-logix-fix branch January 10, 2025 20:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants