mirror of
https://github.com/ppy/osu.git
synced 2026-05-25 07:50:02 +08:00
fixed static analysis problems and finished the implementation
This commit is contained in:
@@ -75,15 +75,14 @@ namespace osu.Game.Users.Drawables
|
||||
return new ClickableAvatar(user)
|
||||
{
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
ShowUsernameOnly = showUsernameOnly
|
||||
};
|
||||
}
|
||||
else
|
||||
|
||||
return new DrawableAvatar(user)
|
||||
{
|
||||
return new DrawableAvatar(user)
|
||||
{
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
};
|
||||
}
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
};
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user