ably-flutter
ably-flutter copied to clipboard
Reply already submit error
- 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
➤ Automation for Jira commented:
The link to the corresponding Jira issue is https://ably.atlassian.net/browse/SDK-3849