Backgrounding the app dismisses any presented SFSafariViewControllers #399
Labels
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: shadowfacts/Tusker#399
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?
Title. Also it seems to reset the app layout, perhaps related?
What kind of device are you using? An iPad, perchance?
Notes for self: This is caused by the splitViewControllerDidCollapse (or the expand?) logic to transfer state to the tab bar. The system changes the window to a horizontally-compact size to take snapshots, which triggers the collapse. The VC dismissing should be fixable (possible dupe of #316).
The layout may be more involved since it involves the collection view size changing -> cell heights change, so the same absolute content offset has a different visual position. The switch back may result in a third visual position for the same absolute content offset (I think) if the collapse/expanded caused additional cells to be laid out.
Yep, it’s iPad.