Databinding adapter doesn't provide data to recycler view
I have 2 fragments in my mvvm application that both have different view models but fetch data from the same repository. The first one shows a list of entities which are presented in the recycler view, the second one is for adding a new entity to the database. I also use data binding in my application. The problem appears, when I navigate from the first fragment to the second one and then update room data by adding a new entity to it, but when I pop up to the first on - my recycler view is...