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
update deprecated lastobject usage to retrieve active window scene directly
previous approach seems to get all windows, find the last one, then get its window scene, but we can use `UISceneActivationStateForegroundActive` to find this directly
0 commit comments