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
<!-- Please be sure to read the
[Contribute](https://github.com/reactiveui/reactiveui#contribute)
section of the README -->
**What kind of change does this PR introduce?**
<!-- Bug fix, feature, docs update, ... -->
Fix
closes#3820
**What is the current behavior?**
<!-- You can also link to an open issue here. -->
#3820
**What is the new behavior?**
<!-- If this is a feature change -->
Changed RoutedViewHost to be a partial class to allow splitting its
implementation.
Refactored navigation stack comparison to use the StacksAreDifferent()
method for improved clarity and maintainability.
**What might this PR break?**
If currently calling NavigateAndReset at startup may cause navigation to
end up in a different place.
**Please check if the PR fulfills these requirements**
- [ ] Tests for the changes have been added (for bug fixes / features)
- [ ] Docs have been added / updated (for bug fixes / features)
**Other information**:
0 commit comments