but, that means if the repository basically looks ...
# rx
u
but, that means if the repository basically looks like this
Copy code
fun Repo.refresh() {
     ...
     dao.saveData(data)
     dataStatusRelay.accept(Status.Success)
}