mirror of
https://github.com/nextcloud/android.git
synced 2024-11-23 13:45:35 +03:00
parent
b18f6b394c
commit
d6bcb576e0
1 changed files with 1 additions and 1 deletions
|
@ -312,7 +312,7 @@ public class UserInfoActivity extends FileActivity {
|
|||
DisplayUtils.setAvatar(account, UserInfoActivity.this,
|
||||
mCurrentAccountAvatarRadiusDimension, getResources(), getStorageManager(), avatar);
|
||||
|
||||
int tint = Color.parseColor(getStorageManager().getCapability(account.name).getServerColor());
|
||||
int tint = ThemeUtils.primaryColor(account);
|
||||
|
||||
if (userInfo != null) {
|
||||
if (!TextUtils.isEmpty(userInfo.getDisplayName())) {
|
||||
|
|
Loading…
Reference in a new issue