Skip to content

Commit

Permalink
Fix android extension search (#1842)
Browse files Browse the repository at this point in the history
  • Loading branch information
enahum authored Jun 27, 2018
1 parent 2d23e60 commit ad12b11
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright (c) 2018-present Mattermost, Inc. All Rights Reserved.
// See License.txt for license information.
// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
// See LICENSE.txt for license information.

import React, {PureComponent} from 'react';
import PropTypes from 'prop-types';
Expand Down Expand Up @@ -190,6 +190,7 @@ export default class ExtensionTeam extends PureComponent {
titleCancelColor={defaultTheme.centerChannelColor}
onChangeText={this.handleSearch}
autoCapitalize='none'
value={this.state.term}
/>
</View>
);
Expand Down

0 comments on commit ad12b11

Please sign in to comment.