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

Commit a59129f3 authored by Aaron Liu's avatar Aaron Liu Committed by Automerger Merge Worker
Browse files

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

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/17138621

Change-Id: I6600bafd2dcb8fd14f70d02ba783084add831aad
parents b8f633e6 a6b90ed0
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)