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

Commit a6b90ed0 authored by Aaron Liu's avatar Aaron Liu Committed by Android (Google) Code Review
Browse files

Merge "Home Controls: Update colors after setting icon" into tm-dev

parents 7bdff4f2 6ddb2202
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -555,6 +555,7 @@ public class KeyguardBottomAreaView extends FrameLayout implements View.OnClickL
        mControlsButton.setImageResource(mControlsComponent.getTileImageId());
        mControlsButton.setContentDescription(getContext()
                .getString(mControlsComponent.getTileTitleId()));
        updateAffordanceColors();

        boolean hasFavorites = mControlsComponent.getControlsController()
                .map(c -> c.getFavorites().size() > 0)