Removed onReload and pull to refresh from StatusList, ScrollableList
• Removed: - onReload and pull to refresh from StatusList, ScrollableList
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user