We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We’ve got #2037 to detect and report application-layer leaks at runtime.
I’d like to expand LeaksTest.kt to confirm LazyListUpdateProcessor doesn’t leak, and also its use on iOS in UIViewLazyList.
LazyListUpdateProcessor
UIViewLazyList
The Binding and Cell classes have non-trivial lifecycles and we should unit test that we don’t create any retain cycles.
Binding
Cell
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We’ve got #2037 to detect and report application-layer leaks at runtime.
I’d like to expand LeaksTest.kt to confirm
LazyListUpdateProcessor
doesn’t leak, and also its use on iOS inUIViewLazyList
.The
Binding
andCell
classes have non-trivial lifecycles and we should unit test that we don’t create any retain cycles.The text was updated successfully, but these errors were encountered: