[FIX] Remove animation from RoomsListView.willFocus (#1239)
This commit is contained in:
parent
a1297d0e6c
commit
6889241b45
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue