a5968c2c20
We were loading the Discover page at the end of the launch screen.
That meant that if a user started with LBRY closed and started it by
clicking on a lbry:// link, it would load during the launch screen
but then get overridden by the Discover page as soon as the launch
screen finished.
Fortunately, this load was redundant anyway as the necessary state is
already being set in the default state for the App component:
|
||
---|---|---|
.. | ||
actions | ||
component | ||
config | ||
constants | ||
page | ||
reducers | ||
selectors | ||
util | ||
app.js | ||
jsonrpc.js | ||
lbry.js | ||
lbryio.js | ||
lbryuri.js | ||
lighthouse.js | ||
main.js | ||
rewards.js | ||
store.js | ||
utils.js |