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
ItemViewModel.ViewModel=newItemViewModel(History.HistoryList[History.HistoryList.Count()-1],false);// To take into account the correct index without interference from the folder being navigated to
ItemViewModel.ViewModel=newItemViewModel(History.HistoryList[History.HistoryList.Count-1]);// To take into account the correct index without interference from the folder being navigated to
ItemViewModel.ViewModel=newItemViewModel(History.ForwardList[History.ForwardList.Count()-1],false);// To take into account the correct index without interference from the folder being navigated to
207
207
ItemViewModel.FilesAndFolders.Clear();
208
+
ItemViewModel.ViewModel=newItemViewModel(History.ForwardList[History.ForwardList.Count()-1]);// To take into account the correct index without interference from the folder being navigated to
ItemViewModel.ViewModel=newItemViewModel(History.HistoryList[History.HistoryList.Count()-1],true);// To take into account the correct index without interference from the folder being navigated to
254
254
ItemViewModel.FilesAndFolders.Clear();
255
+
ItemViewModel.ViewModel=newItemViewModel(History.HistoryList[History.HistoryList.Count()-1]);// To take into account the correct index without interference from the folder being navigated to
ItemViewModel.ViewModel=newItemViewModel(History.ForwardList[History.ForwardList.Count()-1],true);// To take into account the correct index without interference from the folder being navigated to
283
283
ItemViewModel.FilesAndFolders.Clear();
284
+
ItemViewModel.ViewModel=newItemViewModel(History.ForwardList[History.ForwardList.Count()-1]);// To take into account the correct index without interference from the folder being navigated to
0 commit comments