diff --git a/app/soapbox/components/pull_to_refresh.js b/app/soapbox/components/pull_to_refresh.js index 6d315e687..9ff1e6c88 100644 --- a/app/soapbox/components/pull_to_refresh.js +++ b/app/soapbox/components/pull_to_refresh.js @@ -33,6 +33,9 @@ export default class PullToRefresh extends React.Component { pullingContent={null} // `undefined` will fallback to the default, while `null` will render nothing refreshingContent={onRefresh ? undefined : null} + pullDownThreshold={130} + maxPullDownDistance={130} + resistance={2} {...rest} > {children}