This commit is contained in:
Sean Yesmunt 2019-07-22 00:31:25 -04:00
parent e7deddfea8
commit 498cf4c913

View file

@ -52,10 +52,9 @@ export default class SplashScreen extends React.PureComponent<Props, State> {
}
componentDidMount() {
this.props.onReadyToLaunch();
const { checkDaemonVersion } = this.props;
this.adjustErrorTimeout();
Lbry.connect()
.then(checkDaemonVersion)
.then(() => {