Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove double-navigate on startup #19

Merged
merged 1 commit into from
Aug 18, 2017

Conversation

danakj
Copy link

@danakj danakj commented Aug 16, 2017

This removes a flash on startup along with wasted work doing everything an extra time, as described in the commit message.

The InitializeOverlay() method in OverlayBase will Navigate to the
Config.Url to be loaded. Then it also sets a timer for 1s later to
again Navigate to Config.Url. This has the effect of loading
everything twice, which is more work, and causing everything to
flash about 1 second after starting.
@hibiyasleep hibiyasleep merged commit 003cd17 into hibiyasleep:master Aug 18, 2017
quisquous pushed a commit to quisquous/OverlayPlugin that referenced this pull request Nov 6, 2019
quisquous added a commit to quisquous/OverlayPlugin that referenced this pull request Oct 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants