reactiveui/Sextant

Make this SubscribeSafe();

todo opened this issue · 1 comments

todo commented

// TODO: Make this SubscribeSafe();
View.PagePopped.Do(poppedPage =>
{
var currentPageStack = PageSubject.Value;
if (currentPageStack.Count > 0 && poppedPage == currentPageStack[currentPageStack.Count - 1])
{


This issue was generated by todo based on a TODO comment in 354add4. It's been assigned to @RLittlesII because they committed the code.

Hey @todo[bot] 👋,

Thank you for opening an issue. We will get back to you as soon as we can. Also, check out our Open Collective and consider backing us.

https://opencollective.com/reactiveui

PS.: We offer priority support for all backers. Don't forget to add priority label when you start backing us 😄

An advanced, composable, functional reactive model-view-viewmodel framework for all .NET platforms!