diff --git a/package.json b/package.json index 7bbd8b0d5..1945d2725 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "formik": "^0.10.4", "hast-util-sanitize": "^1.1.2", "keytar": "^4.2.1", - "lbry-redux": "lbryio/lbry-redux#8794a775bf71e7b8b7d1ac44392196bb58a0042a", + "lbry-redux": "lbryio/lbry-redux#ada4880c5d0758c7973aff9d443a87874d98b320", "localforage": "^1.7.1", "mammoth": "^1.4.6", "mime": "^2.3.1", diff --git a/src/renderer/component/splash/view.jsx b/src/renderer/component/splash/view.jsx index 6659eea49..fd2956853 100644 --- a/src/renderer/component/splash/view.jsx +++ b/src/renderer/component/splash/view.jsx @@ -63,7 +63,8 @@ export class SplashScreen extends React.PureComponent { updateStatusCallback(status) { const { notifyUnlockWallet } = this.props; const { launchedModal } = this.state; - if (!status.wallet.is_unlocked) { + + if (status.wallet.is_locked) { this.setState({ message: __('Unlock Wallet'), details: __('Please unlock your wallet to proceed.'), diff --git a/yarn.lock b/yarn.lock index 2a594adaa..688af3e6c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5651,9 +5651,9 @@ lazy-val@^1.0.3: version "1.0.3" resolved "https://registry.yarnpkg.com/lazy-val/-/lazy-val-1.0.3.tgz#bb97b200ef00801d94c317e29dc6ed39e31c5edc" -lbry-redux@lbryio/lbry-redux#8794a775bf71e7b8b7d1ac44392196bb58a0042a: +lbry-redux@lbryio/lbry-redux#f760f59dde7c5304bb4d0edda1de7fcbf7c1b02e: version "0.0.1" - resolved "https://codeload.github.com/lbryio/lbry-redux/tar.gz/8794a775bf71e7b8b7d1ac44392196bb58a0042a" + resolved "https://codeload.github.com/lbryio/lbry-redux/tar.gz/f760f59dde7c5304bb4d0edda1de7fcbf7c1b02e" dependencies: proxy-polyfill "0.1.6" reselect "^3.0.0"