Deferred menu elements broken on iOS 15 #124
Labels
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: shadowfacts/Tusker#124
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
See FB9140252
Seems to be a race condition when 1) the deferred menu element is constructed/started, 2) willDisplay is called on the menu interaction delegate, 3) the request completes and the deferred completion handler is called, and 4) the menu appears
This appears to have been fixed with iOS 16.