[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', () => {
|
this.willFocusListener = props.navigation.addListener('willFocus', () => {
|
||||||
// Check if there were changes while not focused (it's set on sCU)
|
// Check if there were changes while not focused (it's set on sCU)
|
||||||
if (this.shouldUpdate) {
|
if (this.shouldUpdate) {
|
||||||
animateNextTransition();
|
|
||||||
this.forceUpdate();
|
this.forceUpdate();
|
||||||
this.shouldUpdate = false;
|
this.shouldUpdate = false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue