getui-flutter-plugin icon indicating copy to clipboard operation
getui-flutter-plugin copied to clipboard

点击消息通知栏的消息,触发onReceiveNotificationResponse,再调用相册会重复调用onReceiveNotificationResponse

Open LPzoe opened this issue 4 years ago • 0 comments

步骤: 1.推送消息,点击消息通知栏的消息,触发onReceiveNotificationResponse(此步没问题) 2.在onReceiveNotificationResponse中有个跳转到对应页面的处理(此步没问题) 3.退出对应页面,在前一个页面中触发调用系统相册,选择图片后,点击确认,会再次触发onReceiveNotificationResponse(有问题)

期望是:点击消息通知栏的消息,触发onReceiveNotificationResponse后,后续操作不再触发onReceiveNotificationResponse

LPzoe avatar Jun 30 '21 12:06 LPzoe