From 53a7f4b3a87e5126885c75ddcc63e1e904fa2c3d Mon Sep 17 00:00:00 2001 From: David Baker Date: Fri, 9 Oct 2015 12:05:40 +0100 Subject: [PATCH] Set state to ready only if the SDK is synced. --- src/controllers/pages/MatrixChat.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/controllers/pages/MatrixChat.js b/src/controllers/pages/MatrixChat.js index 45ff9e91bb..3432a925b6 100644 --- a/src/controllers/pages/MatrixChat.js +++ b/src/controllers/pages/MatrixChat.js @@ -146,8 +146,8 @@ module.exports = { if (theAlias) presentedId = theAlias; } this.notifyNewScreen('room/'+presentedId); + newState.ready = true; } - newState.ready = true; this.setState(newState); break; case 'view_prev_room':