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

Reply already submit error #477

Open
YumengNevix opened this issue Sep 12, 2023 · 1 comment
Open

Reply already submit error #477

YumengNevix opened this issue Sep 12, 2023 · 1 comment
Labels
bug Something isn't working. It's clear that this does need to be fixed.

Comments

@YumengNevix
Copy link

YumengNevix commented Sep 12, 2023

  • open app "Auto start" setting
  • activate push when flutter runApp called
  • crash

I check the log below:

PushActivationEventHandlers.java

private void returnMethodCallResult(MethodChannel.Result result, @Nullable ErrorInfo errorInfo) {
    if (errorInfo != null) {
        result.error(String.valueOf(errorInfo.code), errorInfo.message, errorInfo);
    } else {
        result.success(null);
    }
}

result not set to null after used, please fix it as soon as possible

┆Issue is synchronized with this Jira Task by Unito

@sync-by-unito
Copy link

sync-by-unito bot commented Sep 12, 2023

➤ Automation for Jira commented:

The link to the corresponding Jira issue is https://ably.atlassian.net/browse/SDK-3849

@ttypic ttypic added the bug Something isn't working. It's clear that this does need to be fixed. label Jun 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working. It's clear that this does need to be fixed.
Development

No branches or pull requests

2 participants