-
Notifications
You must be signed in to change notification settings - Fork 24.3k
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
Refactor/ bugfix for ReactModalHostView #46326
Conversation
This pull request was exported from Phabricator. Differential Revision: D62177564 |
This pull request was exported from Phabricator. Differential Revision: D62177564 |
Summary: Pull Request resolved: facebook#46326 - renaming variabled to make intent more clear - `dialog` -> `dialogWindow` to distinguish with `activity.window` - `hostView` -> `dialogRootViewGroup` as name was confusing. - `ReactModalHostView` creates and manages `DialogRootViewGroup` but it used as contentView for the Dialog. - bug fixes Changelog: [Internal] Reviewed By: mdvacca Differential Revision: D62177564
7191e79
to
7ba724e
Compare
Summary: Pull Request resolved: facebook#46326 - renaming variabled to make intent more clear - `dialog` -> `dialogWindow` to distinguish with `activity.window` - `hostView` -> `dialogRootViewGroup` as name was confusing. - `ReactModalHostView` creates and manages `DialogRootViewGroup` but it used as contentView for the Dialog. - bug fixes Changelog: [Internal] Differential Revision: D62177564 Reviewed By: mdvacca
Summary: Pull Request resolved: facebook#46326 - renaming variabled to make intent more clear - `dialog` -> `dialogWindow` to distinguish with `activity.window` - `hostView` -> `dialogRootViewGroup` as name was confusing. - `ReactModalHostView` creates and manages `DialogRootViewGroup` but it used as contentView for the Dialog. - bug fixes Changelog: [Internal] Differential Revision: D62177564 Reviewed By: mdvacca
Summary: Pull Request resolved: facebook#46326 - renaming variabled to make intent more clear - `dialog` -> `dialogWindow` to distinguish with `activity.window` - `hostView` -> `dialogRootViewGroup` as name was confusing. - `ReactModalHostView` creates and manages `DialogRootViewGroup` but it used as contentView for the Dialog. - bug fixes Changelog: [Internal] Reviewed By: mdvacca Differential Revision: D62177564
This pull request was exported from Phabricator. Differential Revision: D62177564 |
7ba724e
to
29402a2
Compare
Summary: Pull Request resolved: facebook#46326 - renaming variabled to make intent more clear - `dialog` -> `dialogWindow` to distinguish with `activity.window` - `hostView` -> `dialogRootViewGroup` as name was confusing. - `ReactModalHostView` creates and manages `DialogRootViewGroup` but it used as contentView for the Dialog. - bug fixes Changelog: [Internal] Differential Revision: D62177564 Reviewed By: mdvacca
This pull request has been merged in 79e4ed2. |
This pull request was successfully merged by @alanleedev in 79e4ed2 When will my fix make it into a release? | How to file a pick request? |
Summary:
dialog
->dialogWindow
to distinguish withactivity.window
hostView
->dialogRootViewGroup
as name was confusing.ReactModalHostView
creates and managesDialogRootViewGroup
but it used as contentView for the Dialog.Changelog: [Internal]
Differential Revision: D62177564