]> git.ktnx.net Git - mobile-ledger-staging.git/commitdiff
whitespace
authorDamyan Ivanov <dam+mobileledger@ktnx.net>
Tue, 19 May 2020 20:43:12 +0000 (23:43 +0300)
committerDamyan Ivanov <dam+mobileledger@ktnx.net>
Tue, 19 May 2020 20:43:12 +0000 (23:43 +0300)
app/src/main/java/net/ktnx/mobileledger/utils/Colors.java

index 845cda3657675ba57d204edd48d28f7dee4f5153..be68ccc70f261e16821cd3ef4c7e7fa92fa1550b 100644 (file)
@@ -231,7 +231,6 @@ public class Colors {
 
         refreshColors(activity.getTheme());
     }
-
     public static @NonNull
     ColorStateList getColorStateList() {
         return getColorStateList(profileThemeId);
@@ -276,7 +275,7 @@ public class Colors {
                 for (int h : hues) {
                     if (huesSB.length() > 0)
                         huesSB.append(", ");
-                    huesSB.append(String.valueOf(h));
+                    huesSB.append(h);
                 }
                 debug("profiles", String.format("used hues: %s", huesSB.toString()));
             }