mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-21 20:31:37 +03:00
fixed switch account confused as blog from feed
This commit is contained in:
parent
28ba446114
commit
bab124a766
@ -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;
|
||||
}}
|
||||
|
Loading…
Reference in New Issue
Block a user