diff --git a/app/screens/server/form.tsx b/app/screens/server/form.tsx index ed27eddf6..b6369d134 100644 --- a/app/screens/server/form.tsx +++ b/app/screens/server/form.tsx @@ -120,7 +120,7 @@ const ServerForm = ({ const onConnect = useCallback(() => { Keyboard.dismiss(); handleConnect(); - }, [buttonDisabled, connecting, theme]); + }, [buttonDisabled, connecting, displayName, theme, url]); const onFocus = useCallback(() => { focus();