You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix iPad crash caused by vote menu from toolbar (#1226)
- Convert actionsItem() from a method to a lazy stored property to ensure a single UIBarButtonItem instance is used. UIKit requires the popover's barButtonItem to match the exact toolbar instance on iPad.
0 commit comments