|
@@ -298,7 +298,7 @@ public class UserInfoActivity extends FileActivity {
|
|
.error(R.drawable.background)
|
|
.error(R.drawable.background)
|
|
.crossFade()
|
|
.crossFade()
|
|
.into(target);
|
|
.into(target);
|
|
- } else {
|
|
|
|
|
|
+ } else if (!background.isEmpty()) {
|
|
// plain color
|
|
// plain color
|
|
int color = Color.parseColor(background);
|
|
int color = Color.parseColor(background);
|
|
appBar.setBackgroundColor(color);
|
|
appBar.setBackgroundColor(color);
|