unomar / MCHL

MCHL Android App
1 stars 0 forks source link

Enable Schedule/Results swipe to refresh #22

Closed unomar closed 3 years ago

unomar commented 3 years ago

Currently the swipe to refresh attempts to refresh ALL player info and will only do so if player.requiresUpdate().

It's probably necessary to split out the refresh of Schedule & Results data and, if called, always pull latest info. This will probably require a moderate refactor of RefreshFragment as the calls will differ.

unomar commented 3 years ago

Resolved under #23