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 'Take a Photo' option failing after adding an image to gallery block #14299

Merged
merged 5 commits into from
Jun 16, 2020
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions RELEASE-NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
* [*] Fix a bug where the Latest Post date on Insights Stats was being calculated incorrectly.
* [*] Fixed a bug where "Follow another site" was using the wrong steps in the "Grow Your Audience" Quick Start tour.
* [*] Fix a bug where Quick Start completed tasks were not communicated to VoiceOver users.
* [*] Block editor: Fix 'Take a Photo' option failing after adding an image to gallery block

15.0
-----
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ class GutenbergMediaPickerHelper: NSObject {
cameraPicker.modalPresentationStyle = .currentContext
cameraPicker.viewControllerToUseToPresent = context
cameraPicker.options.filter = filter
cameraPicker.options.allowMultipleSelection = false
cameraPicker.showCapture()
}
}
Expand Down