This commit is contained in:
David Baker 2017-06-06 11:43:07 +01:00
parent 12d2480916
commit c27f50207d

View file

@ -927,6 +927,8 @@ module.exports = React.createClass({
dis.dispatch({action: 'view_home_page'});
} else if (this._is_registered) {
this._is_registered = false;
// reset the 'have completed first sync' flag,
// since we've just logged in and will be about to sync
this.firstSyncComplete = false;
this.firstSyncPromise = q.defer();