mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 17:43:05 +08:00
Fix social browser calling game-wide load stalls
This commit is contained in:
parent
b02ff010e7
commit
f4f54bc46b
@ -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