Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d07ba250 authored by Marcelo Arteiro's avatar Marcelo Arteiro
Browse files

Add the 'public' visibility modifier to CustomDynamicColors.java

Necessary for when 0p app need custom palettes with existing sysui tokens

Bug: 327348461
Change-Id: I4fff76864192a1644a15d55cace5921ab372cfcb
Test: Existing Unit Tests
Flag: EXEMPT refactor
parent 2c0ce439
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -24,11 +24,11 @@ import com.google.ux.material.libmonet.dynamiccolor.TonePolarity;

import java.util.function.Supplier;

class CustomDynamicColors {
public class CustomDynamicColors {
    private final MaterialDynamicColors mMdc;
    public final Supplier<DynamicColor>[] allColors;

    CustomDynamicColors(boolean isExtendedFidelity) {
    public CustomDynamicColors(boolean isExtendedFidelity) {
        this.mMdc = new MaterialDynamicColors(isExtendedFidelity);

        allColors = new Supplier[]{