-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deck-options): add progress bar to stop flickering
`deckOptionsReady` allows us to know exactly when the backend is ready, instead of showing the WebView in PageWebViewClient.onPageFinished Stop showing the WebView in `onPageFinished`, and wait for `deckOptionsReady` A `CircularProgressIndicator` has been added as the wait is noticeable (~300ms) Once the WebView is shown, hide the Progress Bar promiseToWaitFor and `:page-fully-loaded` are also removed as unused, and these were primarily for DeckOptions Fixes 14194 (better): deck options no longer flicker
- Loading branch information
1 parent
988402a
commit a08be69
Showing
4 changed files
with
68 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters