Merge branch 'develop' of git@github.com:RocketChat/Rocket.Chat.ReactNative.git; branch 'develop' of github.com:RocketChat/Rocket.Chat.ReactNative into develop
This commit is contained in:
commit
a062aeccc8
|
@ -102,7 +102,7 @@ export default class RoomView extends React.Component {
|
|||
this.state.dataSource = ds.cloneWithRows(this.data);
|
||||
}
|
||||
componentDidMount() {
|
||||
InteractionManager.runAfterInteractions(() => RocketChat.readMessages(this.rid));
|
||||
|
||||
}
|
||||
componentDidUpdate() {
|
||||
return !this.props.loading && clearTimeout(this.timer);
|
||||
|
|
Loading…
Reference in New Issue