diff --git a/app/views/RoomView.js b/app/views/RoomView.js index 4f7252c7..5fc9652f 100644 --- a/app/views/RoomView.js +++ b/app/views/RoomView.js @@ -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);