This commit is contained in:
syuilo 2018-10-20 11:24:02 +09:00
parent 4ab40d8c8b
commit a868f7e6b2

View File

@ -244,10 +244,10 @@ export default class MiOS extends EventEmitter {
this.store.dispatch('login', me);
fetched();
} else {
this.initStream();
// Finish init
callback();
this.initStream();
}
});
}