parent
a11aad3a5a
commit
df00b86d26
1 changed files with 1 additions and 1 deletions
|
|
@ -250,7 +250,7 @@ export default class EditPost extends PureComponent {
|
|||
}
|
||||
}
|
||||
|
||||
const height = Platform.OS === 'android' ? (deviceHeight / 2) - 40 : (deviceHeight / 2);
|
||||
const height = Platform.OS === 'android' ? (deviceHeight / 2) - 40 : (deviceHeight / 2) - 30;
|
||||
const autocompleteStyles = [
|
||||
style.autocompleteContainer,
|
||||
{flex: autocompleteVisible ? 1 : 0},
|
||||
|
|
|
|||
Loading…
Reference in a new issue