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

lifecycleScope is not cancelled on iOS or desktop? #715

Open
juliocbcotta opened this issue Apr 7, 2023 · 1 comment
Open

lifecycleScope is not cancelled on iOS or desktop? #715

juliocbcotta opened this issue Apr 7, 2023 · 1 comment

Comments

@juliocbcotta
Copy link

In Android, viewModelScope is cancelled when the host component is removed from the backstack when ViewModel.onCleared() method is called. Looking at your implementation for iOS and Desktop I couldn't find anything similar, am I missing something?

Thanks

@hfhbd
Copy link
Owner

hfhbd commented Apr 17, 2023

Nope, I just didn't implement it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants