mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-25 06:13:12 +03:00
collapse header onScrollBeginDrag in profile screen
This commit is contained in:
parent
1a053fe744
commit
07d43da5b1
@ -246,7 +246,7 @@ class ProfileView extends PureComponent {
|
||||
pageType={pageType}
|
||||
getFor="blog"
|
||||
feedUsername={username}
|
||||
handleOnScroll={isSummaryOpen ? this._handleOnScroll : null}
|
||||
handleOnScrollBeginDrag={isSummaryOpen ? this._handleOnScroll : null}
|
||||
forceLoadPost={forceLoadPost}
|
||||
changeForceLoadPostState={changeForceLoadPostState}
|
||||
isFeedScreen={false}
|
||||
|
Loading…
Reference in New Issue
Block a user