...
|
...
|
@@ -220,9 +220,14 @@ class HomeContainer extends Component { |
|
|
}
|
|
|
|
|
|
onEndReached() {
|
|
|
InteractionManager.runAfterInteractions(() => {
|
|
|
if (Platform === 'ios') {
|
|
|
InteractionManager.runAfterInteractions(() => {
|
|
|
this.props.actions.fetchHomeFavoriteList();
|
|
|
});
|
|
|
}
|
|
|
else {
|
|
|
this.props.actions.fetchHomeFavoriteList();
|
|
|
});
|
|
|
}
|
|
|
}
|
|
|
|
|
|
jumpWithUrl(jumpUrl, imageUrl, index, floorData, floorIndex) {
|
...
|
...
|
|