How get updated value between dialogFragment and Fragment?
I'm have Fragment and DialogFragment, they have own viewmodel's. After click "Ok" in dialogFragment call method, that update record in DB and
return result to parentFragment, but navigate to parentFragment work faster then update DB, and list not updated.
Now i just use sleep(500), to wait updated value, how fix that?
Fragment
class EmployeesFragment :...