diff --git a/app/views/RoomsListView/index.js b/app/views/RoomsListView/index.js index 472490846..ccb556454 100644 --- a/app/views/RoomsListView/index.js +++ b/app/views/RoomsListView/index.js @@ -165,7 +165,6 @@ class RoomsListView extends React.Component { this.willFocusListener = props.navigation.addListener('willFocus', () => { // Check if there were changes while not focused (it's set on sCU) if (this.shouldUpdate) { - animateNextTransition(); this.forceUpdate(); this.shouldUpdate = false; }