We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa8fe7e commit beb5ad1Copy full SHA for beb5ad1
1 file changed
Content.Client/_White/Loadouts/LoadoutPicker.Categories.cs
@@ -61,10 +61,7 @@ private void EntryBackButtonPressed(BaseButton.ButtonEventArgs obj)
61
if (CurrentEntry.Parent != null)
62
{
63
CurrentEntry = CurrentEntry.Parent;
64
- if (CurrentEntry is LoadoutCategoryShowMenuEntry categoryEntry)
65
- _selectedLoadoutCategory = categoryEntry.CategoryId;
66
- else
67
- _selectedLoadoutCategory = null;
+ _selectedLoadoutCategory = null;
68
}
69
70
0 commit comments