Skip to content
This repository was archived by the owner on Dec 3, 2025. It is now read-only.

File file_chooser macOS view reference#647

Merged
stuartmorgan-g merged 1 commit intogoogle:masterfrom
stuartmorgan-g:file-chooser-macos-view-fix
Jan 21, 2020
Merged

File file_chooser macOS view reference#647
stuartmorgan-g merged 1 commit intogoogle:masterfrom
stuartmorgan-g:file-chooser-macos-view-fix

Conversation

@stuartmorgan-g
Copy link
Copy Markdown
Collaborator

The registrar is not guaranteed to have a view at registration time, and
in practice no longer does causing file_chooser to have a nil view. It
should instead be storing the registrar, and getting the view on demand.

Fixes #633

The registrar is not guaranteed to have a view at registration time, and
in practice no longer does causing file_chooser to have a nil view. It
should instead be storing the registrar, and getting the view on demand.

Fixes google#633
@stuartmorgan-g stuartmorgan-g merged commit e7eedb2 into google:master Jan 21, 2020
@stuartmorgan-g stuartmorgan-g deleted the file-chooser-macos-view-fix branch January 21, 2020 20:44
@krisgiesing
Copy link
Copy Markdown
Contributor

Out of curiosity, do we know what changed to cause the registrar not to have a view at registration time? (I'm pretty sure this is a recent regression.)

@stuartmorgan-g
Copy link
Copy Markdown
Collaborator Author

Probably flutter/engine#9750

@krisgiesing
Copy link
Copy Markdown
Contributor

Oh, huh, that's much longer ago than I thought. Thanks for fixing :)

@github-actions github-actions Bot locked as resolved and limited conversation to collaborators Aug 5, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

File picker dialog does not block interaction with the Flutter app underneath

3 participants