Open YumengNevix opened 1 year ago
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
➤ Automation for Jira commented:
The link to the corresponding Jira issue is https://ably.atlassian.net/browse/SDK-3849
I check the log below:
PushActivationEventHandlers.java
result not set to null after used, please fix it as soon as possible
┆Issue is synchronized with this Jira Task by Unito