fixed switch account confused as blog from feed

This commit is contained in:
u-e 2019-07-07 12:54:15 +03:00
parent 28ba446114
commit bab124a766

View File

@ -65,7 +65,7 @@ class PostsView extends Component {
isLoading: false,
isPostsLoading: false,
isHideImage: false,
selectedFilterIndex: 0,
selectedFilterIndex: 1,
isNoPost: false,
},
() => {
@ -284,8 +284,8 @@ class PostsView extends Component {
initialNumToRender={10}
ListFooterComponent={this._renderFooter}
onScrollBeginDrag={() => this._handleOnScrollStart()}
refreshControl={
<RefreshControl
refreshControl={(
<RefreshControl
refreshing={refreshing}
onRefresh={this._handleOnRefreshPosts}
progressBackgroundColor="#357CE6"
@ -293,7 +293,7 @@ class PostsView extends Component {
titleColor="#fff"
colors={['#fff']}
/>
}
)}
ref={ref => {
this.flatList = ref;
}}