Merge pull request #7009 from peppy/fix-load-stuck

Fix social browser calling game-wide load stalls
This commit is contained in:
Dan Balasescu 2019-11-29 13:26:11 +09:00 committed by GitHub
commit efb3c3040b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,6 +23,7 @@ namespace osu.Game.Users
protected override Drawable CreateDrawable(User user) => new Cover(user);
[LongRunningLoad]
private class Cover : CompositeDrawable
{
private readonly User user;