MM-24964 select server url correctly animate error with keyboard (#4333)

This commit is contained in:
Elias Nahum 2020-05-22 15:42:24 -04:00 committed by GitHub
parent 65205258d2
commit 3a3be0e40c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -513,7 +513,9 @@ export default class SelectServer extends PureComponent {
{buttonText}
</Text>
</Button>
<ErrorText error={error}/>
<View>
<ErrorText error={error}/>
</View>
</View>
</TouchableWithoutFeedback>
</KeyboardAvoidingView>