MM-24964 select server url correctly animate error with keyboard (#4333)
This commit is contained in:
parent
65205258d2
commit
3a3be0e40c
1 changed files with 3 additions and 1 deletions
|
|
@ -513,7 +513,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