Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
GNUGradyn committed Jul 13, 2023
1 parent 2415078 commit 64a552d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions lib/AnySizeDragSortableView.js
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ export default class AnySizeDragSortableView extends React.PureComponent {
}}
scrollEnabled = {scrollEnabled}
onScroll={this.onScrollListener}
style={styles.scroll}>
>
{this.props.renderHeaderView ? this.props.renderHeaderView : null}
<View style={styles.container}>
{
Expand Down Expand Up @@ -503,9 +503,6 @@ const styles = StyleSheet.create({
flex: 1,
position: 'relative'
},
scroll: {
flex: 1,
},
container: {
flex: 1,
flexDirection: 'row',
Expand Down

0 comments on commit 64a552d

Please sign in to comment.