From 6889241b4521f5616c562892efdae8f2189441b0 Mon Sep 17 00:00:00 2001 From: Diego Mello Date: Thu, 26 Sep 2019 13:54:39 -0300 Subject: [PATCH] [FIX] Remove animation from RoomsListView.willFocus (#1239) --- app/views/RoomsListView/index.js | 1 - 1 file changed, 1 deletion(-) 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; }