Skip to content
Snippets Groups Projects
Unverified Commit 9df74a02 authored by syuilo's avatar syuilo
Browse files

Fix bug

parent 71c9964e
No related branches found
No related tags found
No related merge requests found
......@@ -244,10 +244,10 @@ export default class MiOS extends EventEmitter {
this.store.dispatch('login', me);
fetched();
} else {
this.initStream();
// Finish init
callback();
this.initStream();
}
});
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment