Add comment for clarity

This commit is contained in:
Dean Herbert 2020-08-05 18:50:37 +09:00
parent 8644d04a84
commit 3916d98e52

View File

@ -67,6 +67,8 @@ namespace osu.Game.Overlays
protected override void LoadComplete()
{
base.LoadComplete();
// should not be run until first pop-in to avoid requesting data before user views.
article.BindValueChanged(onArticleChanged);
}