architecture-samples
architecture-samples copied to clipboard
Pull to refresh doesn't work when there are no tasks
Why these changes are required ?
- Currently on the task list screen when the content is empty or no tasks, pull to refresh doesn't work(it is not shown at all after you swipe down vertically)
- Reason is the empty container shown doesn't contain pull to refresh
- Exisiting SwipeRefresh is deprecated
What changes are addressed ?
- Addressed the issue of showing a pull to refresh spinner both when the content is empty and not empty
- Migrated SwipeRefresh to PullRefreshIndicator as suggested
Please fix the spotless formatting.
Please fix the spotless formatting.
@dturner Hi, I have addressed the issue, Please review PR. Thank you