Fix notification completion events not being run when overlay not visible

This commit is contained in:
Dean Herbert 2022-08-30 21:13:37 +09:00
parent a7110666a0
commit 403fc18976

View File

@ -72,6 +72,7 @@ namespace osu.Game.Overlays
}, },
mainContent = new Container mainContent = new Container
{ {
AlwaysPresent = true,
RelativeSizeAxes = Axes.Both, RelativeSizeAxes = Axes.Both,
Children = new Drawable[] Children = new Drawable[]
{ {