fix: disable join button when already joining a community

pull/3083/head
yougotwill 1 year ago
parent 0f2f2bee6e
commit da8fe92cc9

@ -104,6 +104,7 @@ export const OverlayCommunity = () => {
value={groupUrl}
onValueChanged={setGroupUrl}
onEnterPressed={onTryJoinRoom}
editable={!loading}
error={groupUrlError}
// - 1 for null terminator
maxLength={LIBSESSION_CONSTANTS.COMMUNITY_FULL_URL_MAX_LENGTH - 1}

Loading…
Cancel
Save