seems easier than trying to make the view controll...
# android
m
seems easier than trying to make the view controllers `LifecycleOwner`s and observing livedata
a
The ViewModel scope will outlive the fragment and its views so this probably isn't quite what you want
m
That’s fine, I’m mostly just worried about leakage
a
Things you capture in that launched block will leak if that scope outlives the things you capture, e.g. views that you update there