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

fix(messaging, android): repair crash handling remote notifications #5236

Merged

Commits on Apr 29, 2021

  1. fix(messaging, android): repair crash handling remote notifications

    WritableNativeMap has a check to see if it is consumed or not when it is used,
    to prevent resolving a Promise in native code then attempting to modify it.
    
    We may use the same WritableNativeMap object twice though when handling deferred
    initial notifications. Crash repair is to store a copy so the Maps are distinct
    mikehardy committed Apr 29, 2021
    Configuration menu
    Copy the full SHA
    efe63f3 View commit details
    Browse the repository at this point in the history