NotificationLoadingVC used outside of navigation controller #484
Labels
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: shadowfacts/Tusker#484
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?
We're sometimes hitting this check:
844d4056e3/Tusker/Screens/Notifications/NotificationLoadingViewController.swift (L98)
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)