Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
janicduplessis authored Nov 20, 2019
1 parent 0087362 commit c174135
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Libraries/Components/TextInput/TextInput.js
Original file line number Diff line number Diff line change
Expand Up @@ -830,7 +830,7 @@ class InternalTextInput extends React.Component<Props> {
if (this._inputRef) {
this._inputRef.focus();
}
}
};
if (Platform.OS === 'android') {
// On Android this needs to be executed in a rAF callback
// otherwise the keyboard opens then closes immediately.
Expand Down

0 comments on commit c174135

Please sign in to comment.