fix server display name input

This commit is contained in:
Elias Nahum 2022-01-12 20:20:23 -03:00
parent 6d73a14343
commit 2686633608
No known key found for this signature in database
GPG key ID: E038DB71E0B61702

View file

@ -120,7 +120,7 @@ const ServerForm = ({
const onConnect = useCallback(() => {
Keyboard.dismiss();
handleConnect();
}, [buttonDisabled, connecting, theme]);
}, [buttonDisabled, connecting, displayName, theme, url]);
const onFocus = useCallback(() => {
focus();