fix boolean

This commit is contained in:
austinried 2022-01-12 09:25:45 +09:00
parent 100be96fca
commit 6883a556bf

View File

@ -194,7 +194,7 @@ const ServerView: React.FC<{
selectionColor={colors.text.secondary}
textContentType="URL"
placeholder="http://demo.navidrome.org"
autoCorrect="false"
autoCorrect={false}
autoCapitalize="none"
value={address}
onChangeText={setAddress}