sberoch / RickAndMorty-AndroidArchitectureSample

A Rick And Morty simple app to show one approach to using some of the best practices in Android Development.
Apache License 2.0
452 stars 134 forks source link

[Question] How would you implement swipe to refresh #10

Open norrisboat opened 3 years ago

norrisboat commented 3 years ago

After calling the function below the query doesn't re-run


fun refresh() {
    repository.getCharacters()
}