This commit is contained in:
Diego Mello 2017-11-29 13:43:56 -02:00
parent 80a28dfdac
commit 6eeff4d32c
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ export default class MessageBox extends React.Component {
}
});
}
updateSize = (height) => {
this.setState({ height: height + (Platform.OS === 'ios' ? 20 : 0) });
}