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

Added unsubscribing from CanExecute-related events when disposing SetCommandWithDisposing subscription #553

Merged

Conversation

pavel-leonenko
Copy link
Contributor

@pavel-leonenko pavel-leonenko commented Jun 27, 2024

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)

@github-actions github-actions bot added c/bindings Related to Bindings component. p/Android Related to Android platform. p/iOS Related to iOS platform. labels Jun 27, 2024
@pavel-leonenko pavel-leonenko changed the base branch from fix-ios-ph1 to project/PH1-net8 June 28, 2024 10:30
@wcoder wcoder added the add to master Useful to add to the master branch label Jun 28, 2024
@github-actions github-actions bot added the c/wl Related to WhiteLabel component. label Jun 30, 2024
_commandsSubscriptions.Clear();
}

protected virtual IEnumerable<IDisposable>? SetCommands()
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@sleushunou Let's rename to SetDisposableCommands or SetCommandsWithDisposing

@github-actions github-actions bot added the c/common Related to Common component. label Jul 4, 2024
@pavel-leonenko pavel-leonenko merged commit eb1be10 into project/PH1-net8 Jul 6, 2024
1 check passed
@pavel-leonenko pavel-leonenko deleted the bugfix/fix-set-command-with-disposing branch July 6, 2024 17:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
add to master Useful to add to the master branch c/bindings Related to Bindings component. c/common Related to Common component. c/wl Related to WhiteLabel component. p/Android Related to Android platform. p/iOS Related to iOS platform.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants