mirror of
				https://github.com/tooot-app/app
				synced 2025-06-05 22:19:13 +02:00 
			
		
		
		
	Fixed #506
This commit is contained in:
		| @@ -73,8 +73,6 @@ const ComposeEditAttachmentRoot: React.FC<Props> = ({ index }) => { | ||||
|             color: colors.primaryDefault | ||||
|           }} | ||||
|           onFocus={() => scrollViewRef.current?.scrollToEnd()} | ||||
|           autoCapitalize='none' | ||||
|           autoCorrect={false} | ||||
|           maxLength={1500} | ||||
|           multiline | ||||
|           onChangeText={(e) => | ||||
|   | ||||
| @@ -35,8 +35,6 @@ const ComposeSpoilerInput: React.FC = () => { | ||||
|         fontSize: adaptedFontsize, | ||||
|         lineHeight: adaptedLineheight | ||||
|       }} | ||||
|       autoCapitalize='none' | ||||
|       autoCorrect={false} | ||||
|       autoFocus | ||||
|       enablesReturnKeyAutomatically | ||||
|       multiline | ||||
|   | ||||
| @@ -71,12 +71,12 @@ const TabSharedSearch: React.FC<TabSharedStackScreenProps<'Tab-Shared-Search'>> | ||||
|               })} | ||||
|               autoCapitalize='none' | ||||
|               autoCorrect={false} | ||||
|               clearButtonMode='never' | ||||
|               clearButtonMode='always' | ||||
|               keyboardType='web-search' | ||||
|               onSubmitEditing={({ nativeEvent: { text } }) => navigation.setParams({ text })} | ||||
|               placeholder={t('shared.search.header.placeholder')} | ||||
|               placeholderTextColor={colors.secondary} | ||||
|               returnKeyType='go' | ||||
|               returnKeyType='search' | ||||
|             /> | ||||
|           </View> | ||||
|         ) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user