I have a ToolbarDelegate delegate that manages the state of the toolbar.
I need to pass some LiveData values from ViewModel to delegate ToolbarDelegate - onlineStatusLiveData, userNameLiveDate, groupLiveData
The problem is that at the time of initialization in the delegate in LiveDate there is a null value, I need to subscribe to these values in the delegate so that the actual data comes
I would be grateful for any advice