lint
This commit is contained in:
parent
80a28dfdac
commit
6eeff4d32c
|
@ -122,7 +122,7 @@ export default class MessageBox extends React.Component {
|
|||
}
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
updateSize = (height) => {
|
||||
this.setState({ height: height + (Platform.OS === 'ios' ? 20 : 0) });
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue