move in case it is racey ---- somehow?

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
pull/21833/head
Michael Telatynski 2017-06-20 16:15:42 +01:00
parent 04aed416d2
commit b712a15a14
1 changed files with 1 additions and 1 deletions

View File

@ -993,7 +993,6 @@ module.exports = React.createClass({
* Called when the session is logged out
*/
_onLoggedOut: function() {
this._setPageSubtitle();
this.notifyNewScreen('login');
this.setStateForNewView({
view: VIEWS.LOGIN,
@ -1004,6 +1003,7 @@ module.exports = React.createClass({
page_type: PageTypes.RoomDirectory,
});
this._teamToken = null;
this._setPageSubtitle();
},
/**