Code clean

This commit is contained in:
h4h13 2020-02-22 01:19:59 +05:30
parent bad40d4ccd
commit 2dfb1daf04
3 changed files with 0 additions and 19 deletions

View file

@ -43,10 +43,6 @@ public class RetroColorUtil {
return Color.HSVToColor(hsv);
}
public static int toolbarColor(@NonNull Context context) {
return ATHUtil.INSTANCE.resolveColor(context, R.attr.colorButtonNormal);
}
@Nullable
public static Palette generatePalette(@Nullable Bitmap bitmap) {
return bitmap == null ? null : Palette.from(bitmap).clearFilters().generate();