1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-15 08:22:56 +08:00

Merge pull request #1074 from Alex4386/master

Hide the notification overlay on screens which explicitly hide overlays
This commit is contained in:
Dean Herbert 2017-08-01 11:45:20 +09:00 committed by GitHub
commit c9c1a628af

View File

@ -334,6 +334,7 @@ namespace osu.Game
direct.State = Visibility.Hidden;
social.State = Visibility.Hidden;
userProfile.State = Visibility.Hidden;
notificationOverlay.State = Visibility.Hidden;
}
else
{