Set state to ready only if the SDK is synced.
This commit is contained in:
parent
0791cac572
commit
53a7f4b3a8
1 changed files with 1 additions and 1 deletions
|
@ -146,8 +146,8 @@ module.exports = {
|
||||||
if (theAlias) presentedId = theAlias;
|
if (theAlias) presentedId = theAlias;
|
||||||
}
|
}
|
||||||
this.notifyNewScreen('room/'+presentedId);
|
this.notifyNewScreen('room/'+presentedId);
|
||||||
|
newState.ready = true;
|
||||||
}
|
}
|
||||||
newState.ready = true;
|
|
||||||
this.setState(newState);
|
this.setState(newState);
|
||||||
break;
|
break;
|
||||||
case 'view_prev_room':
|
case 'view_prev_room':
|
||||||
|
|
Loading…
Add table
Reference in a new issue