Ofir Bar
03/11/2020, 11:21 AMKirill Prybylsky
03/11/2020, 11:22 AMOfir Bar
03/11/2020, 11:25 AMonStart()
in my UI, and it works for the first onStart()
This populates a RecyclerView with data.
However, if the data in the backend has changed, when the LiveData is called again when triggering onStart()
again (navigating away and back to the UI) the UI still contains the initial list.
So LiveData initial value can’t change I guess?