Fade MetadataSection back in if non-null Text is set

This commit is contained in:
HoLLy 2018-10-24 18:53:22 +02:00
parent 6019d9e57b
commit 88aca46500

View File

@ -341,6 +341,7 @@ namespace osu.Game.Screens.Select
return;
}
this.FadeIn(transition_duration);
setTextAsync(value);
}
}