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

UIViewController not deinit if was binded to ExceptionHandler #18

Open
Dorofeev opened this issue Jan 28, 2021 · 1 comment
Open

UIViewController not deinit if was binded to ExceptionHandler #18

Dorofeev opened this issue Jan 28, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@Dorofeev
Copy link
Contributor

Here the branch with reproducer.
UIViewController not deinited after deleting from navigation stack, if it was binded by viewModel.exceptionHandler.bind(viewController: self)

@Alex009 Alex009 added the bug Something isn't working label Apr 2, 2021
@Alex009
Copy link
Member

Alex009 commented Apr 16, 2023

i see that now UIViewController stored in weak reference

private val viewControllerRef = WeakReference(viewController)

can be bug outdated?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants