Hello guys, currently we are introducing AAC into our project, mainly, viewmodels and navigation. It seemed like a good idea but now we are questioning it. We have several custom views with isolated logic, now we are trying to introduce the viewmodels and subscribing properly. We have something like: Activity -> Fragment -> Custom view with it's own viewModel. Questions, how can we properly subscribe our viewmodels within the custom view to the proper lifecycleowner, in this case always a fragment? Is there any misconception on our side? Are we supposed to have huge fragments? or to isolate logic within view+viewmodel bundles? Kind regards!