Move activity (writable) bindable to APIAccess so it correctly transfers between users

This commit is contained in:
Dean Herbert
2019-06-12 18:04:57 +09:00
parent 20b43c20c8
commit f358fce9ab
8 changed files with 40 additions and 13 deletions

View File

@ -193,7 +193,7 @@ namespace osu.Game.Screens
private void updateActivity()
{
if (api != null)
api.LocalUser.Value.Activity.Value = activity;
api.Activity.Value = activity;
}
/// <summary>