File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -1389,10 +1389,9 @@ void UpdateFromMenuSelection<T>(ComboBox comboBox, UserSettings.Menu_SelectionIn
13891389 }
13901390 else
13911391 {
1392- // when explore-in-activity mode, try the content route info
1392+ // try the content route info
13931393 var routes = Settings . Content . ContentRouteSettings . Routes ;
1394- if ( ( SelectedActivity != null && SelectedActivity is ExploreThroughActivity ) &&
1395- ( SelectedFolder != null && routes . ContainsKey ( SelectedFolder . Name ) && routes [ SelectedFolder . Name ] . Installed ) &&
1394+ if ( ( SelectedFolder != null && routes . ContainsKey ( SelectedFolder . Name ) && routes [ SelectedFolder . Name ] . Installed ) &&
13961395 ( ! string . IsNullOrEmpty ( routes [ SelectedFolder . Name ] . Start . Route ) ) )
13971396 {
13981397 var route = routes [ SelectedFolder . Name ] ;
You can’t perform that action at this time.
0 commit comments