Oh that's interesting. I didn't think about the po...
# android-architecture
a
Oh that's interesting. I didn't think about the potential memory leak. By passing an anonymous function the view will have a reference to the view model for sure, which is fine. But will the view model then have a reference to view?