更新整理
This commit is contained in:
@@ -347,7 +347,7 @@ public partial class NavigationView
|
||||
frameworkViewContent.DataContext = dataContext;
|
||||
}
|
||||
|
||||
_ = NavigationViewContentPresenter.Navigate(content);
|
||||
NavigationViewContentPresenter.Navigate(content);
|
||||
}
|
||||
|
||||
private void OnNavigationViewContentPresenterNavigated(
|
||||
@@ -360,7 +360,7 @@ public partial class NavigationView
|
||||
return;
|
||||
}
|
||||
|
||||
_ = frame.RemoveBackEntry();
|
||||
frame.RemoveBackEntry();
|
||||
|
||||
/*var replaced = 1;
|
||||
((NavigationViewContentPresenter)sender).JournalOwnership =*/
|
||||
@@ -506,7 +506,7 @@ public partial class NavigationView
|
||||
|
||||
for (var j = navigationStackCount - 1; j >= navigationStackCount - length; j--)
|
||||
{
|
||||
_ = NavigationStack.Remove(NavigationStack[j]);
|
||||
NavigationStack.Remove(NavigationStack[j]);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user