MM-24964 select server url correctly animate error with keyboard (#4435)
Co-authored-by: Elias Nahum <nahumhbl@gmail.com>
This commit is contained in:
parent
8e858c76b5
commit
dc0133bf01
1 changed files with 3 additions and 1 deletions
|
|
@ -529,7 +529,9 @@ export default class SelectServer extends PureComponent {
|
|||
{buttonText}
|
||||
</Text>
|
||||
</Button>
|
||||
<ErrorText error={error}/>
|
||||
<View>
|
||||
<ErrorText error={error}/>
|
||||
</View>
|
||||
</View>
|
||||
</TouchableWithoutFeedback>
|
||||
</KeyboardAvoidingView>
|
||||
|
|
|
|||
Loading…
Reference in a new issue