-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Temporary workaround for Windows layout distortion and some other upd…
…ates (#1204) * updates to immediately exit app after clean-up * updates to immediately exit app after clean-up * clean-ups * Add SafeArea around home component * await waitUntilReadyToShow * move intiialization to start * move intiialization to start * testing initialization updates * Additional clean-ups, delay pro client init until running the app * revert changes to temporarily silence notifications * move call to super.initState in Home widget * move call to super.initState in Home widget * don't call _initWindowManager in addPostFrameCallback * fix integration test * update order we destroy resources when exiting the app * fix integration test * Update ordering of exit functions * move LanternFFI.exit to end * clean-ups, move window initialization back to main to avoid window repositioning * clean-ups, move window initialization back to main to avoid window repositioning * Add comments * Add comment and temporary fix for broken UI on windows * update comment * update _initWindowManager * update _initWindowManager * immediately exit after cleanup * clean-ups * call setState to trigger refresh on windows * remove call to setResizable * add call to setState * try downgrading window_manager * updates that work on windows * set window resizable to false on other platforms * rename _initWindowManager
- Loading branch information
Showing
7 changed files
with
123 additions
and
99 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
Oops, something went wrong.