This commit is contained in:
crusader 2017-07-27 20:29:24 +09:00
parent 01bd5e5f94
commit 562edb920d

View File

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