Recent Items
This commit is contained in:
parent
2529b728ba
commit
f703567aed
10 changed files with 62 additions and 12 deletions
|
|
@ -17,8 +17,9 @@ public class LandingViewModel : ReactiveObject, IScreen
|
|||
public LandingViewModel(LandingViewModelFactory factory)
|
||||
{
|
||||
_factory = factory;
|
||||
|
||||
|
||||
Router.CurrentViewModel.Where(x => x is null)
|
||||
.SelectMany(Observable.Return(factory.Create<OpenRecentViewModel>(this)))
|
||||
.InvokeCommand<IRoutableViewModel>(Router.NavigateAndReset);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue