This commit is contained in:
syuilo 2018-10-20 11:24:02 +09:00
parent 71c9964e19
commit 9df74a02b6
No known key found for this signature in database
GPG Key ID: BDC4C49D06AB9D69
1 changed files with 2 additions and 2 deletions

View File

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