Browse Source

use primarey

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
tobiasKaminsky 4 years ago
parent
commit
540285560a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/java/com/owncloud/android/utils/BitmapUtils.java

+ 1 - 1
src/main/java/com/owncloud/android/utils/BitmapUtils.java

@@ -210,7 +210,7 @@ public final class BitmapUtils {
             try {
                 hash = md5(hash);
             } catch (NoSuchAlgorithmException e) {
-                int color = getResources().getColor(R.color.primary_dark);
+                int color = getResources().getColor(R.color.primary);
                 return new Color(android.graphics.Color.red(color),
                                  android.graphics.Color.green(color),
                                  android.graphics.Color.blue(color));