Abstractify expansion logic from ExpandingButtonContainer

This commit is contained in:
Salman Ahmed
2022-01-21 17:41:45 +03:00
parent 81b07dee56
commit 62a2bccd76
4 changed files with 150 additions and 128 deletions

View File

@ -265,7 +265,7 @@ namespace osu.Game.Overlays
return;
SectionsContainer.ScrollTo(section);
Sidebar.State = ExpandedState.Contracted;
Sidebar.Expanded.Value = false;
},
};
}