Removed onReload and pull to refresh from StatusList, ScrollableList

• Removed:
- onReload and pull to refresh from StatusList, ScrollableList
This commit is contained in:
mgabdev
2020-11-04 21:05:34 -06:00
parent b6f7321c23
commit 880dad7b5a
2 changed files with 0 additions and 10 deletions

View File

@@ -284,7 +284,6 @@ class StatusList extends ImmutablePureComponent {
isLoading={isLoading}
showLoading={(isLoading && statusIds.size === 0)}
onLoadMore={onLoadMore && this.handleLoadOlder}
onReload={this.handleOnReload}
placeholderComponent={StatusPlaceholder}
placeholderCount={1}
scrollKey={scrollKey}