NotificationLoadingVC used outside of navigation controller #484
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
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?
We're sometimes hitting this check:
I don't know how that's possible.
ActiveAccountUserActivityHandlingContext
usesshow(_:sender:)
to push a VC, which is what the show notification user activity handler uses. Might be hitting that after requesting a scene session activation with the NSUA when handling a push notification tap.This reproduces when a notification is tapped while the window has a VC presented modally (e.g., preferences)