mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-09-13 13:59:47 +00:00
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 {
|
} else {
|
||||||
Lbry.resolve({ urls: 'lbry://one' }).then(() => {
|
Lbry.resolve({ urls: 'lbry://one' }).then(() => {
|
||||||
this.setState({ isRunning: true }, () => this.continueAppLaunch());
|
return this.setState({ isRunning: true }, () => this.continueAppLaunch());
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Reference in a new issue