-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Snapshot and deactivate Visitable during it's lifecycle feedback #189
Snapshot and deactivate Visitable during it's lifecycle feedback #189
Conversation
…ill appear to avoid double snapshots
Source/Session/Session.swift
Outdated
@@ -35,6 +35,7 @@ public class Session: NSObject { | |||
|
|||
private var currentVisit: Visit? | |||
private var topmostVisit: Visit? | |||
private var previosVisit: Visit? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo 🙃 Good catch :)
Looks good to me! Anything missing until we can get this merged? |
@joemasilotti & @jayohms - I think this is ready to merge! Would be great to avoid stale snapshot issues navigating between different sessions and while navigating between web and native screens. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good and sorry for the delay on this @pfeiffer!
This PR introduces some changes on top of #181.