This commit is contained in:
tobiasKaminsky 2017-08-24 18:34:47 +02:00 committed by tobiaskaminsky
parent 7047f803eb
commit 3bae26ef66
No known key found for this signature in database
GPG key ID: 0E00D4D47D0C5AF7

View file

@ -127,7 +127,7 @@ public class ThemeUtils {
int primaryColor = primaryColor();
float[] hsl = colorToHSL(primaryColor);
return (hsl[2] / 100) <= 0.5;
return hsl[2] <= 0.5;
}
/**