Skip to content

Commit

Permalink
fix: Add workspace requiring extra tap to connect (RocketChat#6026)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rohit3523 authored Nov 28, 2024
1 parent 395a557 commit f152b9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/NewServerView/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ class NewServerView extends React.Component<INewServerViewProps, INewServerViewS
style={formContainerStyle}
showAppVersion={showBottomInfo}
testID='new-server-view'
keyboardShouldPersistTaps='never'>
keyboardShouldPersistTaps='handled'>
<FormContainerInner accessibilityLabel={I18n.t('Add_server')}>
<Image
style={[
Expand Down

0 comments on commit f152b9d

Please sign in to comment.