Fix bug
This commit is contained in:
parent
71c9964e19
commit
9df74a02b6
@ -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();
|
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user