mirror of
https://github.com/nextcloud/android.git
synced 2024-11-23 05:35:39 +03:00
Merge bda4d84fa2
into b18f6b394c
This commit is contained in:
commit
9798550cc8
2 changed files with 2 additions and 2 deletions
|
@ -1,2 +1,2 @@
|
|||
DO NOT TOUCH; GENERATED BY DRONE
|
||||
<span class="mdl-layout-title">Lint Report: 1 error and 563 warnings</span>
|
||||
<span class="mdl-layout-title">Lint Report: 1 error and 525 warnings</span>
|
||||
|
|
|
@ -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