forked from Ivasoft/mattermost-mobile
Android extension channel list to display all items (#2426)
This commit is contained in:
@@ -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>
|
||||
);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user