This commit is contained in:
crusader 2017-07-25 19:29:14 +09:00
parent f62e9216bd
commit 7fa7da15c9

View File

@ -86,8 +86,8 @@ class Application {
this.displayLoading();
this.context = await this.initContext();
this.rpcClient = await this.initRpcClient();
this.context.put(this.rpcClient);
// this.rpcClient = await this.initRpcClient();
// this.context.put(this.rpcClient);
await this.initRedux();