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

[Bug] [AppAction] [Android] Prevent AppAction double handling on Android #1923

Merged
merged 4 commits into from Apr 4, 2022

Conversation

dmariogatto
Copy link
Contributor

Description of Change

This prevents the double handling of AppAction Intents on Android by setting an extra in the Intent to ensure that the event is only handled once.

No new test cases or samples. This requires manual testing.

Bugs Fixed

API Changes

None

@ghost
Copy link

ghost commented Nov 12, 2021

CLA assistant check
All CLA requirements met.

@jamesmontemagno
Copy link
Collaborator

Need to backport to .NET MAUI as well.

@jamesmontemagno jamesmontemagno added the ready-to-merge Review completed, Ready for API review and merge label Feb 15, 2022
@jamesmontemagno jamesmontemagno added this to the 1.7.2 milestone Feb 15, 2022
@jfversluis
Copy link
Member

Build for iOS is failing, should be fixed soon. This is an Android only change so looks good.

Thanks for your contribution @dmariogatto !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready-to-merge Review completed, Ready for API review and merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants