Fix site icon alert logic - #19740
Conversation
|
On a separate note, I see that this feature flag is set to |
You can test the changes in WordPress from this Pull Request by:
|
You can test the changes in Jetpack from this Pull Request by:
|
hassaanelgarem
left a comment
There was a problem hiding this comment.
Works as described 👍
Fun fact, even though we were indeed effectively trying to show two action sheets, only the first one was ever going to be shown. This appears to be handled internally by UIViewController.present()
The following can be found in the logs:
Attempt to present <UIAlertController: 0x133013c00> on <WPTabBarController: 0x129844800> (from <WordPress.SitePickerViewController: 0x151a16de0>) which is already presenting <UIAlertController: 0x13180ea00>.
TIL! Thanks for sharing! Now that I'm thinking about it that's probably why this went unnoticed even though the flag is set to true for internal builds. Thanks again for investigating 🙇♀️ |
|
Thanks for the ping, @momo-ozawa! So the reason this isn't released is because someone raised a query that Apple may not be happy with this usage of their emoji images. I did start a side project to switch the emoji out for Twitter's open source emoji library, but I never finished it! |
Addresses #19709 (comment)
How to test
Regression Notes
Potential unintended areas of impact
n/a
What I did to test those areas of impact (or what existing automated tests I relied on)
n/a
What automated tests I added (or what prevented me from doing so)
n/a
PR submission checklist:
RELEASE-NOTES.txtif necessary.