Skip to content
Snippets Groups Projects
Commit 53a7f4b3 authored by David Baker's avatar David Baker
Browse files

Set state to ready only if the SDK is synced.

parent 0791cac5
Branches
Tags
No related merge requests found
......@@ -146,8 +146,8 @@ module.exports = {
if (theAlias) presentedId = theAlias;
}
this.notifyNewScreen('room/'+presentedId);
}
newState.ready = true;
}
this.setState(newState);
break;
case 'view_prev_room':
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment