Skip to content

[firebase_messaging] Bug with onResume and onLaunch #41208

Description

@Ionys320

Hello,
When I click on a notification, it launch onResume, but when the onResume void open a new page, onResume is looped. It's the same thing with onLaunch…

Future<void> notificationClick(Map<dynamic, dynamic> message, context) async { print('notifClick'); Navigator.pushNamed(context, 'test'); }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions