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
1389
1389
}
1390
1390
else
1391
1391
{
1392
- // when explore-in-activity mode, try the content route info
1392
+ // try the content route info
1393
1393
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 ) &&
1396
1395
( ! string . IsNullOrEmpty ( routes [ SelectedFolder . Name ] . Start . Route ) ) )
1397
1396
{
1398
1397
var route = routes [ SelectedFolder . Name ] ;
You can’t perform that action at this time.
0 commit comments