rozštěpen z vergnet/application-amicale
Fixed crash on login input change
Tento commit je obsažen v:
rodič
b66e50eaf8
revize
98168b560b
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
|
@ -56,6 +56,7 @@ class LoginScreen extends React.Component<Props, State> {
|
|||
|
||||
constructor(props) {
|
||||
super(props);
|
||||
this.passwordInputRef = React.createRef();
|
||||
this.onEmailChange = this.onInputChange.bind(this, true);
|
||||
this.onPasswordChange = this.onInputChange.bind(this, false);
|
||||
this.props.navigation.addListener('focus', this.onScreenFocus);
|
||||
|
|
Načítání…
Odkázat v novém problému