mirror of
https://github.com/ppy/osu.git
synced 2025-02-15 16:13:20 +08:00
Fix notification completion events not being run when overlay not visible
This commit is contained in:
parent
a7110666a0
commit
403fc18976
@ -72,6 +72,7 @@ namespace osu.Game.Overlays
|
||||
},
|
||||
mainContent = new Container
|
||||
{
|
||||
AlwaysPresent = true,
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
Children = new Drawable[]
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user