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

Commit 139aae81 authored by Matt Pietal's avatar Matt Pietal Committed by Automerger Merge Worker
Browse files

[DO NOT MERGE] Ambient music - Update for favoriting intent am: 18950dd7

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

Change-Id: I17462034831daf49c2233bb9c9b9bb20df17c1b5
parents 56093853 18950dd7
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -100,8 +100,7 @@ public class KeyguardIndicationRotateTextViewController extends
     */
    public void updateIndication(@IndicationType int type, KeyguardIndication newIndication,
            boolean updateImmediately) {
        if (type == INDICATION_TYPE_NOW_PLAYING
                || type == INDICATION_TYPE_REVERSE_CHARGING) {
        if (type == INDICATION_TYPE_REVERSE_CHARGING) {
            // temporarily don't show here, instead use AmbientContainer b/181049781
            return;
        }
@@ -303,7 +302,6 @@ public class KeyguardIndicationRotateTextViewController extends
    public static final int INDICATION_TYPE_TRUST = 6;
    public static final int INDICATION_TYPE_RESTING = 7;
    public static final int INDICATION_TYPE_USER_LOCKED = 8;
    public static final int INDICATION_TYPE_NOW_PLAYING = 9;
    public static final int INDICATION_TYPE_REVERSE_CHARGING = 10;

    @IntDef({
@@ -317,7 +315,6 @@ public class KeyguardIndicationRotateTextViewController extends
            INDICATION_TYPE_TRUST,
            INDICATION_TYPE_RESTING,
            INDICATION_TYPE_USER_LOCKED,
            INDICATION_TYPE_NOW_PLAYING,
            INDICATION_TYPE_REVERSE_CHARGING,
    })
    @Retention(RetentionPolicy.SOURCE)