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

Commit 27e92cae authored by Android Build Merger (Role)'s avatar Android Build Merger (Role) Committed by Android (Google) Code Review
Browse files

Merge "Merge "Sets Tile default state to INACTIVE" into qt-dev am: 0d7d8d2b...

Merge "Merge "Sets Tile default state to INACTIVE" into qt-dev am: 0d7d8d2b am: d97c3d29" into qt-r1-dev-plus-aosp
parents 11f0fada 0f8fa9f7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -65,8 +65,8 @@ public final class Tile implements Parcelable {
    private CharSequence mLabel;
    private CharSequence mSubtitle;
    private CharSequence mContentDescription;
    // Default to active until clients of the new API can update.
    private int mState = STATE_ACTIVE;
    // Default to inactive until clients of the new API can update.
    private int mState = STATE_INACTIVE;

    private IQSService mService;