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

disposable-services #540

Merged
merged 1 commit into from
Jan 3, 2024
Merged

disposable-services #540

merged 1 commit into from
Jan 3, 2024

Conversation

sleushunou
Copy link
Contributor

Description

Issues Resolved

  • fixes #

API Changes

None

Platforms Affected

  • Core (all platforms)
  • iOS
  • Android

Behavioral/Visual Changes

None

Before/After Screenshots

Not applicable

PR Checklist

  • I have read the CONTRIBUTING document
  • My code follows the code styles
  • Targets the correct branch
  • Tests are passing (or failures are unrelated)

@sleushunou sleushunou requested a review from wcoder December 28, 2023 10:55
@github-actions github-actions bot added c/push-notifications Related to Push Notifications component. p/Android Related to Android platform. labels Dec 28, 2023
@@ -104,5 +116,16 @@ private void OnMessageReceivedInternal(PushNotificationModel parsedNotification,
_pushNotificationsHandler.HandlePushNotificationReceived(parsedNotification, inForeground);
}
}

private void Dispose(bool isDisposing)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
private void Dispose(bool isDisposing)
protected virtual void Dispose(bool isDisposing)

GC.SuppressFinalize(this);
}

private void Dispose(bool isDisposing)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
private void Dispose(bool isDisposing)
protected virtual void Dispose(bool isDisposing)

@pavel-leonenko pavel-leonenko merged commit 6cc0199 into project/PH1 Jan 3, 2024
1 check passed
@pavel-leonenko pavel-leonenko deleted the disposable-services branch January 3, 2024 17:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c/push-notifications Related to Push Notifications component. p/Android Related to Android platform.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants