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] Xiaomi notification click not foregrounding app #2129

Merged
merged 1 commit into from
Jun 18, 2024

Commits on Jun 17, 2024

  1. Xiaomi fix notification click not foregrounding

    This fixes a bug where tapping on a OneSignal notification on a Xiaomi
    device doesn't bring the app to the foreground.
    Xiaomi has very strict activity trampolining rules on notification
    open. We have to start the next activity before the current activity is
    finished.
    
    Tested on Xiaomi Redmi 6A device with MIUI 11.0.8 (Android 9) as well
    as an Android 14 emulator.
    jkasten2 committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    8f66f8e View commit details
    Browse the repository at this point in the history