Make URLs load correctly after clicking a lbry:// link with the app closed #257

Merged
alexliebowitz merged 1 commit from fix-url-load-on-start into master 2017-06-19 14:34:03 +02:00

1 commit

Author SHA1 Message Date
Alex Liebowitz
a5968c2c20 Remove unnecessary load of Discover page during startup
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:
902fb96878/ui/js/reducers/app.js (L5)
2017-06-19 08:12:00 -04:00