Android extension channel list to display all items (#2426)
This commit is contained in:
parent
f2e13c8887
commit
2f532182e5
1 changed files with 3 additions and 2 deletions
|
|
@ -133,9 +133,10 @@ export default class ExtensionTeam extends PureComponent {
|
|||
}
|
||||
|
||||
return (
|
||||
<View>
|
||||
<React.Fragment>
|
||||
{this.renderSearchBar(styles)}
|
||||
<SectionList
|
||||
style={styles.flex}
|
||||
sections={sections}
|
||||
ItemSeparatorComponent={this.renderItemSeparator}
|
||||
renderItem={this.renderItem}
|
||||
|
|
@ -149,7 +150,7 @@ export default class ExtensionTeam extends PureComponent {
|
|||
scrollEventThrottle={100}
|
||||
windowSize={5}
|
||||
/>
|
||||
</View>
|
||||
</React.Fragment>
|
||||
);
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue