Skip to content

Commit

Permalink
Merge pull request #9936 from jeet-dhandha/android_keyboard_issu_9827
Browse files Browse the repository at this point in the history
Android Keyboard Not Opening Sometime on Search Screen - Resolved#9827
  • Loading branch information
sketchydroide authored Jul 19, 2022
2 parents 54b334f + a34d47a commit f9588ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/NewChatPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ class NewChatPage extends Component {
{!didScreenTransitionEnd && <FullScreenLoadingIndicator />}
{didScreenTransitionEnd && (
<OptionsSelector
shouldDelayFocus
canSelectMultipleOptions={this.props.isGroupChat}
sections={sections}
selectedOptions={this.state.selectedOptions}
Expand Down
1 change: 1 addition & 0 deletions src/pages/SearchPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ class SearchPage extends Component {
/>
<View style={[styles.flex1, styles.w100, styles.pRelative]}>
<OptionsSelector
shouldDelayFocus
sections={sections}
value={this.state.searchValue}
onSelectRow={this.selectReport}
Expand Down

0 comments on commit f9588ae

Please sign in to comment.