Skip to content
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

RMET-3870 :: add receiver declaration #38

Merged
merged 1 commit into from
Nov 26, 2024

Conversation

OS-martacarlos
Copy link

Description

The NotificationDismissReceiver declaration was missing in the plugin.xml , which was causing the receiver to not ever be called and as such, no dismissed notifications were being processed by one signal, causing the resurrections of them all

This PR adds this declaration.

Context

References: https://outsystemsrd.atlassian.net/browse/RMET-3870

Type of changes

  • Fix (non-breaking change which fixes an issue)
  • Feature (non-breaking change which adds functionality)
  • Refactor (cosmetic changes)
  • Breaking change (change that would cause existing functionality to not work as expected)

Platforms affected

  • Android
  • iOS
  • JavaScript

Tests

MABS 10 build @ https://intranet.outsystems.net/MABS_Lite/BuildDetail?id=f71d19a3a419ed0f9af495fa81b0acbab0c984a3&stg=dev

MABS 11 build @ https://intranet.outsystems.net/MABS_Lite/BuildDetail?id=8050c78b355d256cdd11d7a778224559fd498576&stg=dev

Screenshots (if appropriate)

Checklist

  • Pull request title follows the format RNMT-XXXX <title>
  • Code follows code style of this project
  • CHANGELOG.md file is correctly updated
  • Changes require an update to the documentation
    • Documentation has been updated accordingly

- The NotificationDismissReceiver declaration was missing in the plugin.xml , which was causing the receiver to not ever be called and as such, no dismissed notifications were being processed by one signal, causing the resurrections of them all

https://outsystemsrd.atlassian.net/browse/RMET-3870
@OS-martacarlos OS-martacarlos self-assigned this Nov 26, 2024
@OS-martacarlos OS-martacarlos requested a review from a team as a code owner November 26, 2024 11:17
@OS-martacarlos OS-martacarlos merged commit 9eac07a into development Nov 26, 2024
5 checks passed
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.

3 participants