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

Fix crash dismissing bottom-sheet on iOS after device rotation #1628

Merged
merged 4 commits into from
Nov 28, 2019

Conversation

etoledom
Copy link
Contributor

@etoledom etoledom commented Nov 27, 2019

Fixes #1522

This PR updates the gutenberg ref to test WordPress/gutenberg#18782

gutenberg side PR: WordPress/gutenberg#18782

To test:

  • Load the example content.
  • Find the Image block with image.
  • Press the image settings button.
  • Rotate the device.
  • Dismiss the settings sheet by pressing outside of it.
  • Check that it does not crash.

Update release notes:

  • If there are user facing changes, I have added an item to RELEASE-NOTES.txt.

@etoledom etoledom marked this pull request as ready for review November 27, 2019 14:06
Copy link
Contributor

@SergioEstevao SergioEstevao left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested on iOS (phone and tablet) and Android and it's all working great!

:shipit:

@etoledom etoledom merged commit 509bf96 into develop Nov 28, 2019
@etoledom etoledom deleted the issue/1522-fix-crash-rotating-bottom-sheet-ios branch November 28, 2019 08:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Crash on rotation with BottomSheet on iOS
2 participants