fix: interval for calling status
This commit is contained in:
parent
09d32f2da5
commit
30fca67550
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ export default class SplashScreen extends React.PureComponent<Props, State> {
|
|||
}
|
||||
} else {
|
||||
Lbry.resolve({ urls: 'lbry://one' }).then(() => {
|
||||
this.setState({ isRunning: true }, () => this.continueAppLaunch());
|
||||
return this.setState({ isRunning: true }, () => this.continueAppLaunch());
|
||||
});
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue