mirror of
https://github.com/ppy/osu
synced 2024-12-15 03:16:17 +00:00
Merge pull request #7009 from peppy/fix-load-stuck
Fix social browser calling game-wide load stalls
This commit is contained in:
commit
efb3c3040b
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user